Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40283 unsigned RootRatioLog2 = countTrailingZeros(RootRatio); in combineX86ShufflesRecursively() local
40293 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively()
40303 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()