Home
last modified time | relevance | path

Searched refs:Match2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7757 auto Match2 = matchSHFLPat(B); in combineORToSHFL() local
7760 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()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp724 auto Match2 = cxxFoldExpr(hasOperator(BO_Sub), isLeftFold(), hasInit()); in TEST_P() local
739 functionTemplateDecl(hasDescendant(Match1), hasDescendant(Match2), in TEST_P()