Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h415 void applyCombineMulByNegativeOne(MachineInstr &MI);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td619 (apply [{ Helper.applyCombineMulByNegativeOne(*${root}); }])
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2186 void CombinerHelper::applyCombineMulByNegativeOne(MachineInstr &MI) { in applyCombineMulByNegativeOne() function in CombinerHelper