Searched refs:getFlippedStrictnessPredicate (Results 1 – 5 of 5) sorted by relevance
598 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop()650 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckDecrementingLoop()
894 static Predicate getFlippedStrictnessPredicate(Predicate pred);902 Predicate getFlippedStrictnessPredicate() const {903 return getFlippedStrictnessPredicate(getPredicate());
260 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
4050 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A); in foldICmpBinOp()4054 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D); in foldICmpBinOp()5427 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
3887 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst