Searched refs:getEquivalentICmp (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 195 bool getEquivalentICmp(CmpInst::Predicate &Pred, APInt &RHS) const; 200 getEquivalentICmp(CmpInst::Predicate &Pred, APInt &RHS, APInt &Offset) const;
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 205 void ConstantRange::getEquivalentICmp(CmpInst::Predicate &Pred, in getEquivalentICmp() function in ConstantRange 235 bool ConstantRange::getEquivalentICmp(CmpInst::Predicate &Pred, in getEquivalentICmp() function in ConstantRange 238 getEquivalentICmp(Pred, RHS, Offset); in getEquivalentICmp()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 752 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in mergeChecks()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1329 CR->getEquivalentICmp(NewPred, NewC, Offset); in foldAndOrOfICmpsUsingRanges() 4160 CR->getEquivalentICmp(NewPred, NewC, Offset); in foldXorOfICmps()
|
H A D | InstructionCombining.cpp | 3946 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in foldExtractOfOverflowIntrinsic()
|
H A D | InstCombineCompares.cpp | 3928 Combination->getEquivalentICmp(EquivPred, EquivInt, EquivOffset); in foldICmpUSubSatOrUAddSatWithConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 9011 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in computeExitLimitFromCondImpl() 10718 if (ExactCR.getEquivalentICmp(NewPred, NewRHS) && in SimplifyICmpOperands()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 7099 CR->getEquivalentICmp(NewPred, NewC, Offset); in tryFoldAndOrOrICmpsUsingRanges()
|