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.h819 bool matchAddSubSameReg(MachineInstr &MI, Register &Src) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6505 bool CombinerHelper::matchAddSubSameReg(MachineInstr &MI, Register &Src) const { in matchAddSubSameReg() function in CombinerHelper