Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Indices

31 /// of insertvalue or extractvalue indices that identify a member, return
35 const unsigned *Indices,
39 if (Indices && Indices == IndicesEnd)
48 if (Indices && *Indices == unsigned(EI - EB))
49 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
58 if (Indices && *Indices == i)
59 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);
217 /// sequence of indices appropriate for an extractvalue to locate the important
291 // have to remove those initial indices to get the location we're
381 /// @param Path Set of extractvalue indices leading from the outermost type