Lines Matching defs:InputIdx
5994 int InputIdx = M / NumSubElts;5995 M = (NumElts * (1 + InputIdx)) + (M % NumSubElts);39927 int InputIdx = OpMask[OpIdx] / (int)OpMask.size();39928 assert(0 <= OpInputIdx[InputIdx] && "Unknown target shuffle input");39929 OpMaskedIdx += OpInputIdx[InputIdx] * MaskWidth;