Home | History | Annotate | Download | only in IR

Lines Matching refs:InBounds

1744   // Note that a non-inbounds gep is used, as null isn't within any object.
1754 // Note that a non-inbounds gep is used, as null isn't within any object.
1773 // Note that a non-inbounds gep is used, as null isn't within any object.
1820 bool InBounds) {
1824 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs))
1849 InBounds ? GEPOperator::IsInBounds : 0);