Searched refs:UnpackIdx (Results 1 – 1 of 1) sorted by relevance
8822 int UnpackIdx = i / Scale; in lowerVectorShuffleAsPermuteAndUnpack() local8826 if ((UnpackIdx % 2 == 0) != (Mask[i] < Size)) in lowerVectorShuffleAsPermuteAndUnpack()8831 SmallVectorImpl<int> &VMask = (UnpackIdx % 2 == 0) ? V1Mask : V2Mask; in lowerVectorShuffleAsPermuteAndUnpack()8832 VMask[(UnpackIdx / 2) * Scale + i % Scale + (UnpackLo ? 0 : Size / 2)] = in lowerVectorShuffleAsPermuteAndUnpack()