Lines Matching defs:Indices
305 SmallVector<unsigned, 4> Indices;
319 Indices.push_back(Index);
331 Indices.push_back(Index);
333 Indices.push_back(Index);
347 if (!TLI->lowerInterleavedLoad(LI, Shuffles, Indices, Factor)) {
421 SmallVector<int, 4> Indices;
422 Shuffle->getShuffleMask(Indices);
423 for (unsigned I = 0; I < Indices.size(); ++I)
424 if (Indices[I] == Index) {
586 ArrayRef<unsigned> Indices = EV->getIndices();
587 if (Indices.size() != 1)
590 if (Indices[0] == 0 && !LHS)
592 else if (Indices[0] == 1 && !RHS)