Searched refs:getUpper (Results 1 – 9 of 9) sorted by relevance
63 return ConstantRange(CR.getUpper(), CR.getLower()); in makeICmpRegion()165 return getUpper() - 1; in getUnsignedMax()172 if (isFullSet() || (isWrappedSet() && getUpper() != 0)) in getUnsignedMin()183 if (getLower().sle(getUpper() - 1)) in getSignedMax()184 return getUpper() - 1; in getSignedMax()187 if (getLower().isNegative() == getUpper().isNegative()) in getSignedMax()189 return getUpper() - 1; in getSignedMax()198 if (getLower().sle(getUpper() - 1)) in getSignedMin()202 if ((getUpper() - 1).slt(getLower())) { in getSignedMin()203 if (getUpper() != SignedMin) in getSignedMin()[all …]
179 One.getUpper().trunc(10))); in TEST_F()192 One.getUpper().zext(20))); in TEST_F()194 Some.getUpper().zext(20))); in TEST_F()212 One.getUpper().sext(20))); in TEST_F()214 Some.getUpper().sext(20))); in TEST_F()
75 const APInt &getUpper() const { return Upper; } in getUpper() function
453 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()471 EndPoints[Size - 1] = ConstantInt::get(Ty, Union.getUpper()); in tryMergeRange()
1367 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()
1371 ConstantInt::get(ICI.getContext(),CR.getUpper())); in visitICmpInstWithInstAndIntCst()1372 } else if (CR.getUpper().isSignBit()) { in visitICmpInstWithInstAndIntCst()1379 ConstantInt::get(ICI.getContext(),CR.getUpper())); in visitICmpInstWithInstAndIntCst()1380 } else if (CR.getUpper().isMinValue()) { in visitICmpInstWithInstAndIntCst()
287 << Val.getConstantRange().getUpper() << '>'; in operator <<()
6455 APInt End = A.sge(One) ? (Range.getUpper() - One) : Range.getLower(); in getNumIterationsInRange()6480 NewOps[0] = SE.getNegativeSCEV(SE.getConstant(Range.getUpper())); in getNumIterationsInRange()
440 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) in GatherConstantCompares()