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.h556 void applySimplifyURemByPow2(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td568 (apply [{ Helper.applySimplifyURemByPow2(*${root}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3573 void CombinerHelper::applySimplifyURemByPow2(MachineInstr &MI) { in applySimplifyURemByPow2() function in CombinerHelper