Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38190 unsigned MinLZV1 = DAG.computeKnownBits(V1).countMinLeadingZeros(); in matchBinaryShuffle() local
38192 if (Subtarget.hasSSE41() && MinLZV1 >= 48 && MinLZV2 >= 48) { in matchBinaryShuffle()
38199 if (MinLZV1 >= 56 && MinLZV2 >= 56) { in matchBinaryShuffle()