Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h583 void applySimplifyURemByPow2(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td612 (apply [{ Helper.applySimplifyURemByPow2(*${root}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3723 void CombinerHelper::applySimplifyURemByPow2(MachineInstr &MI) const { in applySimplifyURemByPow2() function in CombinerHelper