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

/external/llvm/include/llvm/ADT/
H A DIndexedMap.h71 bool inBounds(IndexT n) const { function in class:llvm::IndexedMap
/external/llvm/lib/VMCore/
H A DConstantFold.cpp1912 bool inBounds,
1980 inBounds &&
1999 Idxs, inBounds);
2054 return ConstantExpr::getGetElementPtr(C, NewIdxs, inBounds);
2059 if (!Unknown && !inBounds &&
2067 bool inBounds,
2069 return ConstantFoldGetElementPtrImpl(C, inBounds, Idxs);
2073 bool inBounds,
2075 return ConstantFoldGetElementPtrImpl(C, inBounds, Idxs);
1911 ConstantFoldGetElementPtrImpl(Constant *C, bool inBounds, ArrayRef<IndexTy> Idxs) argument
2066 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Constant *> Idxs) argument
2072 ConstantFoldGetElementPtr(Constant *C, bool inBounds, ArrayRef<Value *> Idxs) argument

Completed in 221 milliseconds