Searched refs:Match2 (Results 1 – 1 of 1) sorted by relevance
5610 auto Match2 = matchSHFLPat(B); in combineORToSHFL() local5613 if (!Match1 && !Match2) in combineORToSHFL()5622 } else if (!Match2) { in combineORToSHFL()5624 Match2 = matchSHFLPat(B); in combineORToSHFL()5625 if (!Match2) in combineORToSHFL()5628 assert(Match1 && Match2); in combineORToSHFL()5631 if (!Match1->formsPairWith(*Match2)) in combineORToSHFL()