Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp362 Value *X = Div->getOperand(0), *DivOp1 = Div->getOperand(1); in visitMul() local
366 if (DivOp1 == Y) in visitMul()
375 Value *Rem = Builder.CreateBinOp(RemOpc, XFreeze, DivOp1); in visitMul()
376 if (DivOp1 == Y) in visitMul()