Lines Matching defs:OpEltIdx
25177 int OpEltIdx = M % WideNumElts;
25179 assert((OpEltIdx + WideShufOpIdx * WideNumElts) == M &&
25183 int OpSubvecIdx = OpEltIdx / NumEltsExtracted;
25185 int OpEltIdxInSubvec = OpEltIdx % NumEltsExtracted;
25187 assert((OpEltIdxInSubvec + OpSubvecIdx * NumEltsExtracted) == OpEltIdx &&
25787 int OpEltIdx = (unsigned)Indice < NumElts ? Indice : Indice - NumElts;
25788 Fn(Indice, OpIdx, OpEltIdx);
25797 [&OpsDemandedElts](int &Indice, int OpIdx, int OpEltIdx) {
25798 OpsDemandedElts[OpIdx].setBit(OpEltIdx);
25813 int &Indice, int OpIdx, int OpEltIdx) {
25814 if (OpsKnownZeroElts[OpIdx][OpEltIdx]) {