Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h657 bool matchUDivByConst(MachineInstr &MI);
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DCombine.td830 [{ return Helper.matchUDivByConst(*${root}); }]),
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp5036 bool CombinerHelper::matchUDivByConst(MachineInstr &MI) { in matchUDivByConst() function in CombinerHelper