Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp574 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop()
627 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckDecrementingLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h887 LLVM_ABI static Predicate getFlippedStrictnessPredicate(Predicate pred);
895 Predicate getFlippedStrictnessPredicate() const {
896 return getFlippedStrictnessPredicate(getPredicate());
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp261 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
H A DValueTracking.cpp8606 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2154 return new ICmpInst(ICmpInst::getFlippedStrictnessPredicate(Pred), X, in foldICmpOrConstant()
5038 return new ICmpInst(ICmpInst::getFlippedStrictnessPredicate(Pred), A, in foldICmpAndXX()
5334 return new ICmpInst(ICmpInst::getFlippedStrictnessPredicate(Pred), A, in foldICmpBinOp()
5346 return new ICmpInst(ICmpInst::getFlippedStrictnessPredicate(Pred), Op0, in foldICmpBinOp()
5422 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), B, A); in foldICmpBinOp()
5426 return new ICmpInst(CmpInst::getFlippedStrictnessPredicate(Pred), C, D); in foldICmpBinOp()
H A DInstCombineSelect.cpp1528 Pred0 = ICmpInst::getFlippedStrictnessPredicate(Pred0); in canonicalizeClampLike()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2519 WRAP_BOTH(getFlippedStrictnessPredicate);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3781 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst