Searched refs:getFlippedStrictnessPredicate (Results 1 – 5 of 5) sorted by relevance
596 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop()648 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckDecrementingLoop()
862 Predicate getFlippedStrictnessPredicate() const {863 return getFlippedStrictnessPredicate(getPredicate());869 static Predicate getFlippedStrictnessPredicate(Predicate pred);
258 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
3908 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A); in foldICmpBinOp()3912 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D); in foldICmpBinOp()5242 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
3621 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst