Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h647 bool matchUDivByConst(MachineInstr &MI);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td764 [{ return Helper.matchUDivByConst(*${root}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4890 bool CombinerHelper::matchUDivByConst(MachineInstr &MI) { in matchUDivByConst() function in CombinerHelper