Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp418 auto RemOpc = Div->getOpcode() == Instruction::UDiv ? Instruction::URem in visitMul() local
424 Value *Rem = Builder.CreateBinOp(RemOpc, XFreeze, DivOp1); in visitMul()