Searched refs:FalseC (Results 1 – 1 of 1) sorted by relevance
16776 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(RHS)) in PerformSELECTCombine() local16783 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) && in PerformSELECTCombine()16789 std::swap(TrueC, FalseC); in PerformSELECTCombine()16793 if (FalseC->getAPIntValue() == 0 && in PerformSELECTCombine()16808 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) { in PerformSELECTCombine()16815 FalseC->getValueType(0), Cond); in PerformSELECTCombine()16817 SDValue(FalseC, 0)); in PerformSELECTCombine()16823 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue(); in PerformSELECTCombine()16843 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue(); in PerformSELECTCombine()16849 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0), in PerformSELECTCombine()[all …]