Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36828 unsigned OpMaskSizeLog2 = countTrailingZeros(OpMask.size()); in combineX86ShufflesRecursively() local
36833 unsigned OpRatio = std::max<unsigned>(1, RootMask.size() >> OpMaskSizeLog2); in combineX86ShufflesRecursively()