Searched refs:RootRatio (Results 1 – 1 of 1) sorted by relevance
39873 unsigned RootRatio = in combineX86ShufflesRecursively() local39876 assert((RootRatio == 1 || OpRatio == 1) && in combineX86ShufflesRecursively()39880 assert(isPowerOf2_32(RootRatio) && "Non-power-of-2 shuffle mask sizes"); in combineX86ShufflesRecursively()39882 unsigned RootRatioLog2 = llvm::countr_zero(RootRatio); in combineX86ShufflesRecursively()39900 RootRatio == 1 in combineX86ShufflesRecursively()39902 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()