Home
last modified time | relevance | path

Searched defs:InBounds (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp612 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis() local
/external/llvm/lib/AsmParser/
DLLParser.cpp2801 bool InBounds = false; in ParseValID() local
5504 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3473 bool InBounds; in ParseFunctionBody() local
/external/llvm/lib/IR/
DConstants.cpp2005 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr()