Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39194 unsigned OpMaskSizeLog2 = countTrailingZeros(OpMask.size()); in combineX86ShufflesRecursively() local
39199 unsigned OpRatio = std::max<unsigned>(1, RootMask.size() >> OpMaskSizeLog2); in combineX86ShufflesRecursively()