Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h190 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 DConstantRange.cpp205 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 DGuardWidening.cpp531 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in widenCondCommon()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3337 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in foldExtractOfOverflowIntrinsic()
H A DInstCombineAndOrXor.cpp1201 CR->getEquivalentICmp(NewPred, NewC, Offset); in foldAndOrOfICmpsUsingRanges()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp9003 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in computeExitLimitFromCondImpl()
10678 if (ExactCR.getEquivalentICmp(NewPred, NewRHS) && in SimplifyICmpOperands()