Searched refs:Match2 (Results 1 – 1 of 1) sorted by relevance
5340 auto Match2 = matchSHFLPat(B); in combineORToSHFL() local5343 if (!Match1 && !Match2) in combineORToSHFL()5352 } else if (!Match2) { in combineORToSHFL()5354 Match2 = matchSHFLPat(B); in combineORToSHFL()5355 if (!Match2) in combineORToSHFL()5358 assert(Match1 && Match2); in combineORToSHFL()5361 if (!Match1->formsPairWith(*Match2)) in combineORToSHFL()