Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td242 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
250 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
258 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
265 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h448 bool replaceInstWithUndef(MachineInstr &MI);
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2533 bool CombinerHelper::replaceInstWithUndef(MachineInstr &MI) { in replaceInstWithUndef() function in CombinerHelper