Home
last modified time | relevance | path

Searched refs:buildUDivUsingMul (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h655 MachineInstr *buildUDivUsingMul(MachineInstr &MI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4931 MachineInstr *CombinerHelper::buildUDivUsingMul(MachineInstr &MI) { in buildUDivUsingMul() function in CombinerHelper
5080 auto *NewMI = buildUDivUsingMul(MI); in applyUDivByConst()