Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Indices

9261       //    indices are equal or bit offsets are equal => V1
9489 SmallVector<int, 8> Indices;
9497 Indices.push_back(i);
9499 Indices.push_back(NumElts);
9506 if (!TLI.isVectorClearMaskLegal(Indices, RVT))
9516 SDValue Shuf = DAG.getVectorShuffle(RVT, dl, LHS, Zero, &Indices[0]);
10158 // It is possible for different frame indices to alias each other, mostly
10160 // To catch this case, look up the actual index of frame indices to compute