Home | History | Annotate | Download | only in IR

Lines Matching defs:Indices

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