Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39869 unsigned RootMaskSizeLog2 = llvm::countr_zero(RootMask.size()); in combineX86ShufflesRecursively() local
39874 std::max<unsigned>(1, OpMask.size() >> RootMaskSizeLog2); in combineX86ShufflesRecursively()