Searched refs:OpRatio (Results 1 – 1 of 1) sorted by relevance
39875 unsigned OpRatio = std::max<unsigned>(1, RootMask.size() >> OpMaskSizeLog2); in combineX86ShufflesRecursively() local39876 assert((RootRatio == 1 || OpRatio == 1) && in combineX86ShufflesRecursively()39881 assert(isPowerOf2_32(OpRatio) && "Non-power-of-2 shuffle mask sizes"); in combineX86ShufflesRecursively()39883 unsigned OpRatioLog2 = llvm::countr_zero(OpRatio); in combineX86ShufflesRecursively()39922 unsigned OpMaskedIdx = OpRatio == 1 ? OpMask[OpIdx] in combineX86ShufflesRecursively()39924 (RootMaskedIdx & (OpRatio - 1)); in combineX86ShufflesRecursively()