Home | History | Annotate | Download | only in IR

Lines Matching defs:Indices

1027       ArrayRef<unsigned> Indices = CE->getIndices();
1028 for (unsigned i = 0, e = Indices.size(); i != e; ++i)
1029 Out << ", " << Indices[i];