Searched refs:MatchHi (Results 1 – 1 of 1) sorted by relevance
12340 bool MatchLo = true, MatchHi = true; in matchShuffleWithUNPCK() local12341 for (int i = 0; (i != NumElts) && (MatchLo || MatchHi); ++i) { in matchShuffleWithUNPCK()12350 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK()12353 if (MatchLo || MatchHi) { in matchShuffleWithUNPCK()13212 bool MatchLo = true, MatchHi = true; in lowerShuffleAsUNPCKAndPermute() local13233 MatchHi &= isUndefOrInRange(M, Mid, Hi) || in lowerShuffleAsUNPCKAndPermute()13235 if (!MatchLo && !MatchHi) in lowerShuffleAsUNPCKAndPermute()13239 assert((MatchLo ^ MatchHi) && "Failed to match UNPCKLO/UNPCKHI"); in lowerShuffleAsUNPCKAndPermute()