Home
last modified time | relevance | path

Searched refs:makeExactICmpRegion (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h124 static ConstantRange makeExactICmpRegion(CmpInst::Predicate Pred,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp736 ConstantRange::makeExactICmpRegion(Pred0, RHS0->getValue()); in mergeChecks()
738 ConstantRange::makeExactICmpRegion(Pred1, RHS1->getValue()); in mergeChecks()
H A DJumpThreading.cpp844 ConstantRange CmpRange = ConstantRange::makeExactICmpRegion( in computeValueKnownInPredecessorsImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1210 ConstantRange CR = ConstantRange::makeExactICmpRegion(EdgePred, *C); in getValueFromICmpCondition()
1811 ConstantRange TrueValues = ConstantRange::makeExactICmpRegion( in getPredicateResult()
H A DValueTracking.cpp553 ConstantRange TrueValues = ConstantRange::makeExactICmpRegion(Pred, *C); in cmpExcludesZero()
563 ConstantRange TrueValues = ConstantRange::makeExactICmpRegion( in cmpExcludesZero()
1401 auto CR = ConstantRange::makeExactICmpRegion(Pred, *RHSC); in computeKnownBitsFromOperator()
8291 ConstantRange DomCR = ConstantRange::makeExactICmpRegion(LPred, LC); in isImpliedCondCommonOperandWithConstants()
8292 ConstantRange CR = ConstantRange::makeExactICmpRegion(RPred, RC); in isImpliedCondCommonOperandWithConstants()
H A DInstructionSimplify.cpp1662 auto Range0 = ConstantRange::makeExactICmpRegion(Cmp0->getPredicate(), *C0); in simplifyAndOrOfICmpsWithConstants()
1663 auto Range1 = ConstantRange::makeExactICmpRegion(Cmp1->getPredicate(), *C1); in simplifyAndOrOfICmpsWithConstants()
3053 ConstantRange RHS_CR = ConstantRange::makeExactICmpRegion(Pred, *C); in simplifyICmpWithConstant()
H A DScalarEvolution.cpp9122 ConstantRange::makeExactICmpRegion(Pred, RHSC->getAPInt()); in computeExitLimitFromICmp()
10624 ConstantRange ExactCR = ConstantRange::makeExactICmpRegion(Pred, RA); in SimplifyICmpOperands()
12577 ConstantRange::makeExactICmpRegion(FoundPred, ConstFoundRHS); in isImpliedCondOperandsViaRanges()
15038 ConstantRange::makeExactICmpRegion(Predicate, C2->getAPInt()) in applyLoopGuards()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp157 ConstantRange ConstantRange::makeExactICmpRegion(CmpInst::Predicate Pred, in makeExactICmpRegion() function in ConstantRange
231 assert(ConstantRange::makeExactICmpRegion(Pred, RHS) == add(Offset) && in getEquivalentICmp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1250 ConstantRange CR1 = ConstantRange::makeExactICmpRegion( in foldAndOrOfICmpsUsingRanges()
1255 ConstantRange CR2 = ConstantRange::makeExactICmpRegion( in foldAndOrOfICmpsUsingRanges()
4016 ConstantRange CR1 = ConstantRange::makeExactICmpRegion(PredL, *LC); in foldXorOfICmps()
4017 ConstantRange CR2 = ConstantRange::makeExactICmpRegion(PredR, *RC); in foldXorOfICmps()
H A DInstCombineSelect.cpp1670 ConstantRange R = ConstantRange::makeExactICmpRegion(CPred, *CmpC) in foldSelectInstWithICmpConst()
3225 ConstantRange CR = ConstantRange::makeExactICmpRegion( in isSafeToRemoveBitCeilSelect()
H A DInstCombineCompares.cpp1343 ConstantRange CR = ConstantRange::makeExactICmpRegion(Pred, *C); in foldICmpWithDominatingICmp()
1359 ConstantRange::makeExactICmpRegion(DomPred, *DomC); in foldICmpWithDominatingICmp()
2988 auto CR = ConstantRange::makeExactICmpRegion(Pred, C).subtract(*C2); in foldICmpAddConstant()
3794 ConstantRange C2 = ConstantRange::makeExactICmpRegion(Pred, C); in foldICmpUSubSatOrUAddSatWithConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp668 ConstantRange::makeExactICmpRegion(ICI->getPredicate(), C->getValue()); in matchInstruction()