Home
last modified time | relevance | path

Searched refs:InBounds (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DConstants.h1006 bool InBounds = false) {
1009 InBounds);
1013 bool InBounds = false) {
1017 return getGetElementPtr(C, cast<Value>(Idx), InBounds);
1021 bool InBounds = false);
/external/llvm/lib/AsmParser/
DLLParser.cpp2585 bool InBounds = false; in ParseValID() local
2588 InBounds = EatIfPresent(lltok::kw_inbounds); in ParseValID()
2603 InBounds); in ParseValID()
4231 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
4263 if (InBounds) in ParseGetElementPtr()
/external/llvm/lib/IR/
DConstants.cpp1815 bool InBounds) { in getGetElementPtr() argument
1819 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs)) in getGetElementPtr()
1844 InBounds ? GEPOperator::IsInBounds : 0); in getGetElementPtr()