Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp263 Value *X = Div->getOperand(0), *DivOp1 = Div->getOperand(1); in visitMul() local
267 if (DivOp1 == Y) in visitMul()
274 Value *Rem = Builder.CreateBinOp(RemOpc, X, DivOp1); in visitMul()
275 if (DivOp1 == Y) in visitMul()