Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h678 bool matchSDivByConst(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1074 [{ return Helper.matchSDivByConst(*${root}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5381 bool CombinerHelper::matchSDivByConst(MachineInstr &MI) { in matchSDivByConst() function in CombinerHelper