Searched refs:InBounds (Results 1 – 3 of 3) sorted by relevance
1006 bool InBounds = false) {1009 InBounds);1013 bool InBounds = false) {1017 return getGetElementPtr(C, cast<Value>(Idx), InBounds);1021 bool InBounds = false);
2585 bool InBounds = false; in ParseValID() local2588 InBounds = EatIfPresent(lltok::kw_inbounds); in ParseValID()2603 InBounds); in ParseValID()4231 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local4263 if (InBounds) in ParseGetElementPtr()
1815 bool InBounds) { in getGetElementPtr() argument1819 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs)) in getGetElementPtr()1844 InBounds ? GEPOperator::IsInBounds : 0); in getGetElementPtr()