Searched refs:MatchHiAnyLane (Results 1 – 1 of 1) sorted by relevance
11361 bool MatchLoAnyLane = false, MatchHiAnyLane = false; in lowerShuffleAsUNPCKAndPermute() local11365 MatchHiAnyLane |= isUndefOrInRange(NormM, Mid, Hi); in lowerShuffleAsUNPCKAndPermute()11366 if (MatchLoAnyLane || MatchHiAnyLane) { in lowerShuffleAsUNPCKAndPermute()11367 assert((MatchLoAnyLane ^ MatchHiAnyLane) && in lowerShuffleAsUNPCKAndPermute()11373 MatchHi &= MatchHiAnyLane; in lowerShuffleAsUNPCKAndPermute()