Home
last modified time | relevance | path

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

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