Home
last modified time | relevance | path

Searched refs:RootRatioLog2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39882 unsigned RootRatioLog2 = llvm::countr_zero(RootRatio); in combineX86ShufflesRecursively() local
39892 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively()
39902 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()