Searched refs:RootIdx (Results 1 – 1 of 1) sorted by relevance
30257 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local30258 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()30260 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()30266 ? RootMask[RootIdx] in combineX86ShufflesRecursively()30267 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()