Searched refs:RemOpc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp338 auto RemOpc = Div->getOpcode() == Instruction::UDiv ? Instruction::URem local
340 Value *Rem = Builder.CreateBinOp(RemOpc, X, DivOp1);

Completed in 112 milliseconds