Searched refs:MatchZero (Results 1 – 1 of 1) sorted by relevance
39271 bool MatchZero = true; in matchUnaryShuffle() local39275 i != NumDstElts && (MatchAny || MatchSign || MatchZero); ++i) { in matchUnaryShuffle()39277 MatchAny = MatchSign = MatchZero = false; in matchUnaryShuffle()39283 MatchZero &= isUndefOrZeroInRange(Mask, Pos, Len); in matchUnaryShuffle()39286 if (MatchAny || MatchSign || MatchZero) { in matchUnaryShuffle()39287 assert((MatchSign || MatchZero) && in matchUnaryShuffle()