Searched refs:RootIdx (Results 1 – 1 of 1) sorted by relevance
34210 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local34211 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()34213 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()34219 ? RootMask[RootIdx] in combineX86ShufflesRecursively()34220 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()