Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h376 void applyCombineConstPtrAddToI2P(MachineInstr &MI, APInt &NewCst);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td433 (apply [{ Helper.applyCombineConstPtrAddToI2P(*${root}, ${info}); }])
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2101 void CombinerHelper::applyCombineConstPtrAddToI2P(MachineInstr &MI, in applyCombineConstPtrAddToI2P() function in CombinerHelper