Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h375 bool matchCombineConstPtrAddToI2P(MachineInstr &MI, APInt &NewCst);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td432 [{ return Helper.matchCombineConstPtrAddToI2P(*${root}, ${info}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2080 bool CombinerHelper::matchCombineConstPtrAddToI2P(MachineInstr &MI, in matchCombineConstPtrAddToI2P() function in CombinerHelper