Searched refs:RootRatioLog2 (Results 1 – 1 of 1) sorted by relevance
39882 unsigned RootRatioLog2 = llvm::countr_zero(RootRatio); in combineX86ShufflesRecursively() local39892 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively()39902 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()