Searched refs:MatchHi (Results 1 – 1 of 1) sorted by relevance
12179 bool MatchLo = true, MatchHi = true; in matchShuffleWithUNPCK() local12180 for (int i = 0; (i != NumElts) && (MatchLo || MatchHi); ++i) { in matchShuffleWithUNPCK()12189 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK()12192 if (MatchLo || MatchHi) { in matchShuffleWithUNPCK()13015 bool MatchLo = true, MatchHi = true; in lowerShuffleAsUNPCKAndPermute() local13036 MatchHi &= isUndefOrInRange(M, Mid, Hi) || in lowerShuffleAsUNPCKAndPermute()13038 if (!MatchLo && !MatchHi) in lowerShuffleAsUNPCKAndPermute()13042 assert((MatchLo ^ MatchHi) && "Failed to match UNPCKLO/UNPCKHI"); in lowerShuffleAsUNPCKAndPermute()