Searched defs:inBounds (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DIndexedMap.h74 bool inBounds(IndexT n) const { function in class:llvm::IndexedMap
/external/deqp/framework/delibs/decpp/
H A DdeDefs.hpp48 template<typename T> inline bool inBounds (T x, T a, T b) { return a <= x && x < b; } function in namespace:de
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIndexedMap.h76 bool inBounds(IndexT n) const { function in class:llvm::IndexedMap
/external/llvm/lib/IR/
H A DConstantFold.cpp2051 bool inBounds,
2155 NewIndices, inBounds && cast<GEPOperator>(CE)->isInBounds());
2181 SrcArrayTy, (Constant *)CE->getOperand(0), Idxs, inBounds);
2263 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, inBounds);
2268 if (!Unknown && !inBounds)
2277 bool inBounds,
2279 return ConstantFoldGetElementPtrImpl(Ty, C, inBounds, Idxs);
2283 bool inBounds,
2285 return ConstantFoldGetElementPtrImpl(Ty, C, inBounds, Idxs);
2050 ConstantFoldGetElementPtrImpl(Type *PointeeTy, Constant *C, bool inBounds, ArrayRef<IndexTy> Idxs) argument
2276 ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool inBounds, ArrayRef<Constant *> Idxs) argument
2282 ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool inBounds, ArrayRef<Value *> Idxs) argument
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp2171 bool inBounds,
2239 inBounds &&
2258 Idxs, inBounds);
2313 return ConstantExpr::getGetElementPtr(C, NewIdxs, inBounds);
2318 if (!Unknown && !inBounds &&
2326 bool inBounds,
2328 return ConstantFoldGetElementPtrImpl(C, inBounds, Idxs);
2332 bool inBounds,
2334 return ConstantFoldGetElementPtrImpl(C, inBounds, Idxs);
2170 ConstantFoldGetElementPtrImpl(Constant *C, bool inBounds, ArrayRef<IndexTy> Idxs) argument
2325 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Constant *> Idxs) argument
2331 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Value *> Idxs) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 464 milliseconds