Searched refs:getFlippedStrictnessPredicate (Results 1 – 6 of 6) sorted by relevance
575 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop()628 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckDecrementingLoop()
990 static Predicate getFlippedStrictnessPredicate(Predicate pred);998 Predicate getFlippedStrictnessPredicate() const {999 return getFlippedStrictnessPredicate(getPredicate());
260 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
2049 return new ICmpInst(ICmpInst::getFlippedStrictnessPredicate(Pred), X, in foldICmpOrConstant()4836 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A); in foldICmpBinOp()4840 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D); in foldICmpBinOp()6515 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
1399 Pred0 = ICmpInst::getFlippedStrictnessPredicate(Pred0); in canonicalizeClampLike()
4259 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst