Home | History | Annotate | Download | only in CodeGen

Lines Matching full:indices

30 /// of insertvalue or extractvalue indices that identify a member, return
34 const unsigned *Indices,
38 if (Indices && Indices == IndicesEnd)
47 if (Indices && *Indices == unsigned(EI - EB))
48 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
57 if (Indices && *Indices == i)
58 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);
216 /// sequence of indices appropriate for an extractvalue to locate the important
290 // have to remove those initial indices to get the location we're
378 /// @param Path Set of extractvalue indices leading from the outermost type