Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp371 willNotOverflowUnsignedMul(Op0Conv->getOperand(0), CI, I)) { in visitMul()
388 willNotOverflowUnsignedMul(Op0Conv->getOperand(0), in visitMul()
404 if (!I.hasNoUnsignedWrap() && willNotOverflowUnsignedMul(Op0, Op1, I)) { in visitMul()
DInstCombineInternal.h517 bool willNotOverflowUnsignedMul(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedMul() function