Home | History | Annotate | Download | only in IPO

Lines Matching refs:Index

432   ++GEPI;  // Skip over the pointer index.
439 // Check to make sure that index falls within the array. If not,
448 // allowing i to index an out-of-range subscript that accesses A[1].
450 // Scalar replacing *just* the outer index of the array is probably not
452 for (++GEPI; // Skip array index.
588 // index.
993 // Must index into the array and into the struct.
1067 /// that index through the array and struct field, icmps of null, and PHIs.
1086 // Must index into the array and into the struct.
1870 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest);
2158 // The first index must be zero.
2215 assert(Idx < STy->getNumElements() && "Struct index out of range!");