Searched refs:MatchHiAnyLane (Results 1 – 1 of 1) sorted by relevance
10874 bool MatchLoAnyLane = false, MatchHiAnyLane = false; in lowerShuffleAsUNPCKAndPermute() local10878 MatchHiAnyLane |= isUndefOrInRange(NormM, Mid, Hi); in lowerShuffleAsUNPCKAndPermute()10879 if (MatchLoAnyLane || MatchHiAnyLane) { in lowerShuffleAsUNPCKAndPermute()10880 assert((MatchLoAnyLane ^ MatchHiAnyLane) && in lowerShuffleAsUNPCKAndPermute()10886 MatchHi &= MatchHiAnyLane; in lowerShuffleAsUNPCKAndPermute()