Searched refs:getFlippedStrictnessPredicate (Results 1 – 6 of 6) sorted by relevance
615 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop()667 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckDecrementingLoop()
917 static Predicate getFlippedStrictnessPredicate(Predicate pred);925 Predicate getFlippedStrictnessPredicate() const {926 return getFlippedStrictnessPredicate(getPredicate());
260 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
4295 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A); in foldICmpBinOp()4299 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D); in foldICmpBinOp()5809 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
1370 Pred0 = ICmpInst::getFlippedStrictnessPredicate(Pred0); in canonicalizeClampLike()
4275 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst