Searched refs:getEquivalentICmp (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 190 bool getEquivalentICmp(CmpInst::Predicate &Pred, APInt &RHS) const; 195 getEquivalentICmp(CmpInst::Predicate &Pred, APInt &RHS, APInt &Offset) const;
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 531 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in widenCondCommon()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3337 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in foldExtractOfOverflowIntrinsic()
|
H A D | InstCombineAndOrXor.cpp | 1201 CR->getEquivalentICmp(NewPred, NewC, Offset); in foldAndOrOfICmpsUsingRanges()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 9003 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in computeExitLimitFromCondImpl() 10678 if (ExactCR.getEquivalentICmp(NewPred, NewRHS) && in SimplifyICmpOperands()
|