Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h540 bool matchPtrAddZero(MachineInstr &MI);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td636 [{ return Helper.matchPtrAddZero(*${root}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3063 bool CombinerHelper::matchPtrAddZero(MachineInstr &MI) { in matchPtrAddZero() function in CombinerHelper