Searched refs:MatchHi (Results 1 – 1 of 1) sorted by relevance
9963 bool MatchLo = true, MatchHi = true; in matchShuffleWithUNPCK() local9964 for (int i = 0; (i != NumElts) && (MatchLo || MatchHi); ++i) { in matchShuffleWithUNPCK()9973 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK()9976 if (MatchLo || MatchHi) { in matchShuffleWithUNPCK()10854 bool MatchLo = true, MatchHi = true; in lowerShuffleAsUNPCKAndPermute() local10886 MatchHi &= MatchHiAnyLane; in lowerShuffleAsUNPCKAndPermute()10887 if (!MatchLo && !MatchHi) in lowerShuffleAsUNPCKAndPermute()10890 assert((MatchLo ^ MatchHi) && "Failed to match UNPCKLO/UNPCKHI"); in lowerShuffleAsUNPCKAndPermute()