Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h382 void applyCombineConstPtrAddToI2P(MachineInstr &MI, APInt &NewCst);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td498 (apply [{ Helper.applyCombineConstPtrAddToI2P(*${root}, ${info}); }])
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2120 void CombinerHelper::applyCombineConstPtrAddToI2P(MachineInstr &MI, in applyCombineConstPtrAddToI2P() function in CombinerHelper