Searched refs:MatchHi (Results 1 – 1 of 1) sorted by relevance
10461 bool MatchLo = true, MatchHi = true; in matchShuffleWithUNPCK() local10462 for (int i = 0; (i != NumElts) && (MatchLo || MatchHi); ++i) { in matchShuffleWithUNPCK()10471 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK()10474 if (MatchLo || MatchHi) { in matchShuffleWithUNPCK()11341 bool MatchLo = true, MatchHi = true; in lowerShuffleAsUNPCKAndPermute() local11373 MatchHi &= MatchHiAnyLane; in lowerShuffleAsUNPCKAndPermute()11374 if (!MatchLo && !MatchHi) in lowerShuffleAsUNPCKAndPermute()11377 assert((MatchLo ^ MatchHi) && "Failed to match UNPCKLO/UNPCKHI"); in lowerShuffleAsUNPCKAndPermute()