Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5340 auto Match2 = matchSHFLPat(B); in combineORToSHFL() local
5343 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()