Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Indices

43 /// extractvalue indices that identify a member, return the linearized index of
47 /// \param Ty is the type indexed by \p Indices.
48 /// \param Indices is an optional pointer in the indices list to the current
50 /// \param IndicesEnd is the end of the indices list.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
55 const unsigned *Indices,
60 ArrayRef<unsigned> Indices,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);