Searched refs:getUpper (Results 1 – 14 of 14) sorted by relevance
67 return ConstantRange(CR.getUpper(), CR.getLower()); in makeAllowedICmpRegion()227 return getUpper() - 1; in getUnsignedMax()234 if (isFullSet() || (isWrappedSet() && getUpper() != 0)) in getUnsignedMin()245 if (getLower().sle(getUpper() - 1)) in getSignedMax()246 return getUpper() - 1; in getSignedMax()249 if (getLower().isNegative() == getUpper().isNegative()) in getSignedMax()251 return getUpper() - 1; in getSignedMax()260 if (getLower().sle(getUpper() - 1)) in getSignedMin()264 if ((getUpper() - 1).slt(getLower())) { in getSignedMin()265 if (getUpper() != SignedMin) in getSignedMin()[all …]
850 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()870 cast<ConstantInt>(ConstantInt::get(Ty, Union.getUpper())); in tryMergeRange()
2688 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()
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()596 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()603 for (APInt I = NSWRegion.getLower(), E = NSWRegion.getUpper(); I != E; in TEST()610 for (APInt I = NoWrapRegion.getLower(), E = NoWrapRegion.getUpper(); I != E; in TEST()
102 const APInt &getUpper() const { return Upper; } in getUpper() function
92 defaultMaxFps = Math.max(defaultMaxFps, fpsRange.getUpper()); in getSupportedFormats()
409 R.getUpper().getMinSignedBits()) + 1; in validateAndTransform()
1818 Builder->getInt(CR.getUpper())); in visitICmpInstWithInstAndIntCst()1819 } else if (CR.getUpper().isSignBit()) { in visitICmpInstWithInstAndIntCst()1826 Builder->getInt(CR.getUpper())); in visitICmpInstWithInstAndIntCst()1827 } else if (CR.getUpper().isMinValue()) { in visitICmpInstWithInstAndIntCst()
292 << Val.getConstantRange().getUpper() << '>'; in operator <<()
8409 APInt End = A.sge(One) ? (Range.getUpper() - One) : Range.getLower(); in getNumIterationsInRange()8434 NewOps[0] = SE.getNegativeSCEV(SE.getConstant(Range.getUpper())); in getNumIterationsInRange()
476 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) in matchInstruction()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...