Searched refs:getUpper (Results 1 – 9 of 9) sorted by relevance
64 return ConstantRange(CR.getUpper(), CR.getLower()); in makeICmpRegion()166 return getUpper() - 1; in getUnsignedMax()173 if (isFullSet() || (isWrappedSet() && getUpper() != 0)) in getUnsignedMin()184 if (getLower().sle(getUpper() - 1)) in getSignedMax()185 return getUpper() - 1; in getSignedMax()188 if (getLower().isNegative() == getUpper().isNegative()) in getSignedMax()190 return getUpper() - 1; in getSignedMax()199 if (getLower().sle(getUpper() - 1)) in getSignedMin()203 if ((getUpper() - 1).slt(getLower())) { in getSignedMin()204 if (getUpper() != SignedMin) in getSignedMin()[all …]
83 const APInt &getUpper() const { return Upper; } in getUpper() function
178 One.getUpper().trunc(10))); in TEST_F()191 One.getUpper().zext(20))); in TEST_F()193 Some.getUpper().zext(20))); in TEST_F()211 One.getUpper().sext(20))); in TEST_F()213 Some.getUpper().sext(20))); in TEST_F()
418 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()436 EndPoints[Size - 1] = ConstantInt::get(Ty, Union.getUpper()); in tryMergeRange()
1725 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()
1573 Builder->getInt(CR.getUpper())); in visitICmpInstWithInstAndIntCst()1574 } else if (CR.getUpper().isSignBit()) { in visitICmpInstWithInstAndIntCst()1581 Builder->getInt(CR.getUpper())); in visitICmpInstWithInstAndIntCst()1582 } else if (CR.getUpper().isMinValue()) { in visitICmpInstWithInstAndIntCst()
287 << Val.getConstantRange().getUpper() << '>'; in operator <<()
6555 APInt End = A.sge(One) ? (Range.getUpper() - One) : Range.getLower(); in getNumIterationsInRange()6580 NewOps[0] = SE.getNegativeSCEV(SE.getConstant(Range.getUpper())); in getNumIterationsInRange()
393 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) in GatherConstantCompares()