Home
last modified time | relevance | path

Searched refs:getUpper (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/IR/
DConstantRange.cpp67 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 …]
DMetadata.cpp850 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()
870 cast<ConstantInt>(ConstantInt::get(Ty, Union.getUpper())); in tryMergeRange()
DVerifier.cpp2688 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()
/external/llvm/unittests/IR/
DConstantRangeTest.cpp179 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()
/external/llvm/include/llvm/IR/
DConstantRange.h102 const APInt &getUpper() const { return Upper; } in getUpper() function
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DCamera2Enumerator.java92 defaultMaxFps = Math.max(defaultMaxFps, fpsRange.getUpper()); in getSupportedFormats()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp409 R.getUpper().getMinSignedBits()) + 1; in validateAndTransform()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1818 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()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp292 << Val.getConstantRange().getUpper() << '>'; in operator <<()
DScalarEvolution.cpp8409 APInt End = A.sge(One) ? (Range.getUpper() - One) : Range.getLower(); in getNumIterationsInRange()
8434 NewOps[0] = SE.getNegativeSCEV(SE.getConstant(Range.getUpper())); in getNumIterationsInRange()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp476 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) in matchInstruction()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...