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()
897 static Predicate getFlippedStrictnessPredicate(Predicate pred);905 Predicate getFlippedStrictnessPredicate() const {906 return getFlippedStrictnessPredicate(getPredicate());
260 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
3982 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A); in foldICmpBinOp()3986 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D); in foldICmpBinOp()5318 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
3867 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst