Lines Matching refs:InBounds
618 /// ::= 'getelementptr' 'inbounds'? '(' ... ')'2627 bool InBounds = false;2630 InBounds = EatIfPresent(lltok::kw_inbounds);2645 InBounds);4267 /// ::= 'getelementptr' 'inbounds'? TypeAndValue (',' TypeAndValue)*4273 bool InBounds = EatIfPresent(lltok::kw_inbounds);4310 if (InBounds)