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.
586 // 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.
1874 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest);
2162 // The first index must be zero.
2219 assert(Idx < STy->getNumElements() && "Struct index out of range!");