Lines Matching defs:NewPred
1443 auto NewPred = (Pred == Cmp.ICMP_EQ) ? Cmp.ICMP_UGE : Cmp.ICMP_ULT; in foldICmpTruncConstant() local
1769 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1783 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
1887 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local
1896 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local
1921 auto NewPred = in foldICmpAndConstant() local
2088 auto NewPred = TrueIfSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGT; in foldICmpOrConstant() local
2492 auto NewPred = IsUGT ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; in foldICmpShrConstant() local
3559 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3701 ICmpInst::Predicate NewPred = in foldICmpEqIntrinsicWithConstant() local
4949 CmpInst::Predicate NewPred = in foldICmpBinOp() local
4958 CmpInst::Predicate NewPred = in foldICmpBinOp() local
5273 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
5279 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
5427 ICmpInst::Predicate NewPred = in foldICmpWithMinMax() local
5434 ICmpInst::Predicate NewPred = MinMax->getPredicate(); in foldICmpWithMinMax() local
5690 ICmpInst::Predicate NewPred = in foldICmpEquality() local
6602 auto NewPred = in foldICmpUsingKnownBits() local
6844 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant() local
6981 ICmpInst::Predicate Pred, NewPred; in foldICmpWithHighBitMask() local