Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp615 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop()
667 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckDecrementingLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h917 static Predicate getFlippedStrictnessPredicate(Predicate pred);
925 Predicate getFlippedStrictnessPredicate() const {
926 return getFlippedStrictnessPredicate(getPredicate());
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp260 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4295 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()
H A DInstCombineSelect.cpp1370 Pred0 = ICmpInst::getFlippedStrictnessPredicate(Pred0); in canonicalizeClampLike()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp4275 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst