Lines Matching refs:InBounds
977 /// not equivalant to, a subset of, or a superset of the "inbounds"
1005 bool InBounds = false) {
1008 InBounds);
1012 bool InBounds = false) {
1016 return getGetElementPtr(C, cast<Value>(Idx), InBounds);
1020 bool InBounds = false);
1022 /// Create an "inbounds" getelementptr. See the documentation for the
1023 /// "inbounds" flag in LangRef.html for details.