Searched refs:getFlippedStrictnessPredicate (Results 1 – 6 of 6) sorted by relevance
606 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop()658 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckDecrementingLoop()
907 static Predicate getFlippedStrictnessPredicate(Predicate pred);915 Predicate getFlippedStrictnessPredicate() const {916 return getFlippedStrictnessPredicate(getPredicate());
256 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
4336 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A); in foldICmpBinOp()4340 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D); in foldICmpBinOp()5804 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
1312 Pred0 = ICmpInst::getFlippedStrictnessPredicate(Pred0); in canonicalizeClampLike()
4106 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst