Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp747 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in mergeChecks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1286 CR->getEquivalentICmp(NewPred, NewC, Offset); in foldAndOrOfICmpsUsingRanges()
4029 CR->getEquivalentICmp(NewPred, NewC, Offset); in foldXorOfICmps()
H A DInstructionCombining.cpp3465 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in foldExtractOfOverflowIntrinsic()
H A DInstCombineCompares.cpp3816 Combination->getEquivalentICmp(EquivPred, EquivInt, EquivOffset); in foldICmpUSubSatOrUAddSatWithConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8969 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in computeExitLimitFromCondImpl()
10632 if (ExactCR.getEquivalentICmp(NewPred, NewRHS) && in SimplifyICmpOperands()