Searched refs:getFlippedStrictnessPredicate (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 574 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckIncrementingLoop() 627 ICmpInst::getFlippedStrictnessPredicate(LatchCheck.Pred); in widenICmpRangeCheckDecrementingLoop()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 887 LLVM_ABI static Predicate getFlippedStrictnessPredicate(Predicate pred); 895 Predicate getFlippedStrictnessPredicate() const { 896 return getFlippedStrictnessPredicate(getPredicate());
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 261 return ICmpInst::getFlippedStrictnessPredicate(Pred); in getCanonicalPredicate()
|
| H A D | ValueTracking.cpp | 8606 CmpInst::Predicate NewPred = CmpInst::getFlippedStrictnessPredicate(Pred); in getFlippedStrictnessPredicateAndConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 2154 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 D | InstCombineSelect.cpp | 1528 Pred0 = ICmpInst::getFlippedStrictnessPredicate(Pred0); in canonicalizeClampLike()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 2519 WRAP_BOTH(getFlippedStrictnessPredicate);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3781 CmpInst::Predicate CmpInst::getFlippedStrictnessPredicate(Predicate pred) { in getFlippedStrictnessPredicate() function in CmpInst
|