Searched refs:getLower (Results 1 – 11 of 11) sorted by relevance
90 return ConstantRange(CR.getUpper(), CR.getLower()); in makeAllowedICmpRegion()165 } else if (getLower().isMinSignedValue() || getLower().isMinValue()) { in getEquivalentICmp()167 getLower().isMinSignedValue() ? CmpInst::ICMP_SLT : CmpInst::ICMP_ULT; in getEquivalentICmp()173 RHS = getLower(); in getEquivalentICmp()373 return getLower(); in getUnsignedMin()385 return getLower(); in getSignedMin()405 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); in contains()410 Lower.ule(Other.getLower()); in contains()412 return Other.getUpper().ule(Upper) && Lower.ule(Other.getLower()); in contains()843 APInt NewLower = getLower() + Other.getLower(); in add()[all …]
943 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()961 cast<ConstantInt>(ConstantInt::get(Ty, Union.getLower())); in tryMergeRange()
3348 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()3379 Assert(LowV.sgt(LastRange.getLower()), "Intervals are not in order", in visitRangeMetadata()
21 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", " in operator <<()
5838 APInt StartLower = StartRange.getLower(); in getRangeForAffineARHelper()8713 APInt Lower = Range.getLower().sextOrSelf(A.getBitWidth()) - 1; in SolveQuadraticAddRecRange()10900 APInt End = A.sge(1) ? (Range.getUpper() - 1) : Range.getLower(); in getNumIterationsInRange()
159 const APInt &getLower() const { return Lower; } in getLower() function
256 this.getLower = function (...args) { method
402 unsigned MinBW = std::max(R.getLower().getMinSignedBits(), in validateAndTransform()
623 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) in matchInstruction()
5237 Ty, AssumedConstantRange.getLower())), in getMDNodeForConstantRange()
2589 const APInt &Lower = CR.getLower(); in foldICmpAddConstant()