Home
last modified time | relevance | path

Searched refs:getFlippedStrictnessPredicate (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopPredication.cpp596 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop()
648 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckDecrementingLoop()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstrTypes.h862 Predicate getFlippedStrictnessPredicate() const {
863 return getFlippedStrictnessPredicate(getPredicate());
869 static Predicate getFlippedStrictnessPredicate(Predicate pred);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.cpp258 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp3908 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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp3621 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst