Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h781 bool matchAddSubSameReg(MachineInstr &MI, Register &Src);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6259 bool CombinerHelper::matchAddSubSameReg(MachineInstr &MI, Register &Src) { in matchAddSubSameReg() function in CombinerHelper