Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp328 if (SExtInst *Op0Conv = dyn_cast<SExtInst>(Op0)) { in visitMul() local
364 if (auto *Op0Conv = dyn_cast<ZExtInst>(Op0)) { in visitMul() local