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