Searched refs:MatchHi (Results 1 – 1 of 1) sorted by relevance
11443 bool MatchLo = true, MatchHi = true; in matchShuffleWithUNPCK() local11444 for (int i = 0; (i != NumElts) && (MatchLo || MatchHi); ++i) { in matchShuffleWithUNPCK()11453 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK()11456 if (MatchLo || MatchHi) { in matchShuffleWithUNPCK()12257 bool MatchLo = true, MatchHi = true; in lowerShuffleAsUNPCKAndPermute() local12278 MatchHi &= isUndefOrInRange(M, Mid, Hi) || in lowerShuffleAsUNPCKAndPermute()12280 if (!MatchLo && !MatchHi) in lowerShuffleAsUNPCKAndPermute()12284 assert((MatchLo ^ MatchHi) && "Failed to match UNPCKLO/UNPCKHI"); in lowerShuffleAsUNPCKAndPermute()