Home | History | Annotate | Download | only in IPO

Lines Matching refs:Index

430   ++GEPI;  // Skip over the pointer index.
437 // Check to make sure that index falls within the array. If not,
446 // allowing i to index an out-of-range subscript that accesses A[1].
448 // Scalar replacing *just* the outer index of the array is probably not
450 for (++GEPI; // Skip array index.
584 // index.
997 // Must index into the array and into the struct.
1071 /// that index through the array and struct field, icmps of null, and PHIs.
1090 // Must index into the array and into the struct.
1884 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest);
2174 // The first index must be zero.
2219 assert(Idx < STy->getNumElements() && "Struct index out of range!");