Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h658 void applyUDivByConst(MachineInstr &MI);
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DCombine.td831 (apply [{ Helper.applyUDivByConst(*${root}); }])>;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp5079 void CombinerHelper::applyUDivByConst(MachineInstr &MI) { in applyUDivByConst() function in CombinerHelper