Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h663 MachineInstr *buildSDivUsingMul(MachineInstr &MI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5114 auto *NewMI = buildSDivUsingMul(MI); in applySDivByConst()
5118 MachineInstr *CombinerHelper::buildSDivUsingMul(MachineInstr &MI) { in buildSDivUsingMul() function in CombinerHelper