Searched refs:getLower (Results 1 – 9 of 9) sorted by relevance
65 return ConstantRange(CR.getUpper(), CR.getLower()); in makeAllowedICmpRegion()183 return getLower(); in getUnsignedMin()192 if (getLower().sle(getUpper() - 1)) in getSignedMax()196 if (getLower().isNegative() == getUpper().isNegative()) in getSignedMax()207 if (getLower().sle(getUpper() - 1)) in getSignedMin()208 return getLower(); in getSignedMin()211 if ((getUpper() - 1).slt(getLower())) { in getSignedMin()215 return getLower(); in getSignedMin()241 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); in contains()246 Lower.ule(Other.getLower()); in contains()[all …]
836 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()854 cast<ConstantInt>(ConstantInt::get(Ty, Union.getLower())); in tryMergeRange()
2572 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()2605 Assert(LowV.sgt(LastRange.getLower()), "Intervals are not in order", in visitRangeMetadata()
87 const APInt &getLower() const { return Lower; } in getLower() function
401 unsigned MinBW = std::max(R.getLower().getMinSignedBits(), in validateAndTransform()
1710 if (CR.getLower().isSignBit()) { in visitICmpInstWithInstAndIntCst()1715 Builder->getInt(CR.getLower())); in visitICmpInstWithInstAndIntCst()1718 if (CR.getLower().isMinValue()) { in visitICmpInstWithInstAndIntCst()1723 Builder->getInt(CR.getLower())); in visitICmpInstWithInstAndIntCst()
285 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", " in operator <<()
7500 APInt End = A.sge(One) ? (Range.getUpper() - One) : Range.getLower(); in getNumIterationsInRange()
448 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) in matchInstruction()