Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10874 bool MatchLoAnyLane = false, MatchHiAnyLane = false; in lowerShuffleAsUNPCKAndPermute() local
10877 MatchLoAnyLane |= isUndefOrInRange(NormM, Lo, Mid); in lowerShuffleAsUNPCKAndPermute()
10879 if (MatchLoAnyLane || MatchHiAnyLane) { in lowerShuffleAsUNPCKAndPermute()
10880 assert((MatchLoAnyLane ^ MatchHiAnyLane) && in lowerShuffleAsUNPCKAndPermute()
10885 MatchLo &= MatchLoAnyLane; in lowerShuffleAsUNPCKAndPermute()