Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h381 bool matchCombineConstPtrAddToI2P(MachineInstr &MI, APInt &NewCst);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td497 [{ return Helper.matchCombineConstPtrAddToI2P(*${root}, ${info}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2099 bool CombinerHelper::matchCombineConstPtrAddToI2P(MachineInstr &MI, in matchCombineConstPtrAddToI2P() function in CombinerHelper