Searched refs:getFlippedStrictnessPredicate (Results 1 – 6 of 6) sorted by relevance
575 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in isLoopInvariantValue() 628 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop()
967 static Predicate getFlippedStrictnessPredicate(Predicate pred);975 Predicate getFlippedStrictnessPredicate() const {976 return getFlippedStrictnessPredicate(getPredicate());
261 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
2109 return new ICmpInst(ICmpInst::getFlippedStrictnessPredicate(Pred), X, in foldICmpOrConstant()4825 return new ICmpInst(ICmpInst::getFlippedStrictnessPredicate(Pred), A, in foldICmpAndXX()5168 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A); in foldICmpBinOp()5172 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D); in foldICmpBinOp()6844 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
1437 Pred0 = ICmpInst::getFlippedStrictnessPredicate(Pred0); in canonicalizeClampLike()
3698 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst