Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h195 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 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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp752 if (Intersect->getEquivalentICmp(Pred, NewRHSAP)) { in mergeChecks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1329 CR->getEquivalentICmp(NewPred, NewC, Offset); in foldAndOrOfICmpsUsingRanges()
4160 CR->getEquivalentICmp(NewPred, NewC, Offset); in foldXorOfICmps()
H A DInstructionCombining.cpp3946 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in foldExtractOfOverflowIntrinsic()
H A DInstCombineCompares.cpp3928 Combination->getEquivalentICmp(EquivPred, EquivInt, EquivOffset); in foldICmpUSubSatOrUAddSatWithConstant()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9011 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 DCombinerHelper.cpp7099 CR->getEquivalentICmp(NewPred, NewC, Offset); in tryFoldAndOrOrICmpsUsingRanges()