Lines Matching defs:InputIdx
6193 int InputIdx = M / NumSubElts;6194 M = (NumElts * (1 + InputIdx)) + (M % NumSubElts);40972 int InputIdx = OpMask[OpIdx] / (int)OpMask.size();40973 assert(0 <= OpInputIdx[InputIdx] && "Unknown target shuffle input");40974 OpMaskedIdx += OpInputIdx[InputIdx] * MaskWidth;