Searched refs:Match2 (Results 1 – 2 of 2) sorted by relevance
7757 auto Match2 = matchSHFLPat(B); in combineORToSHFL() local7760 if (!Match1 && !Match2) in combineORToSHFL()7769 } else if (!Match2) { in combineORToSHFL()7771 Match2 = matchSHFLPat(B); in combineORToSHFL()7772 if (!Match2) in combineORToSHFL()7775 assert(Match1 && Match2); in combineORToSHFL()7778 if (!Match1->formsPairWith(*Match2)) in combineORToSHFL()
724 auto Match2 = cxxFoldExpr(hasOperator(BO_Sub), isLeftFold(), hasInit()); in TEST_P() local739 functionTemplateDecl(hasDescendant(Match1), hasDescendant(Match2), in TEST_P()