Home
last modified time | relevance | path

Searched defs:Op1Conv (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp345 if (SExtInst *Op1Conv = dyn_cast<SExtInst>(Op1)) { in visitMul() local
381 if (auto *Op1Conv = dyn_cast<ZExtInst>(Op1)) { in visitMul() local