Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1333 willNotOverflowUnsignedAdd(LHSConv->getOperand(0), CI, I)) { in visitAdd()
1350 willNotOverflowUnsignedAdd(LHSConv->getOperand(0), in visitAdd()
1383 if (!I.hasNoUnsignedWrap() && willNotOverflowUnsignedAdd(LHS, RHS, I)) { in visitAdd()
DInstCombineInternal.h493 bool willNotOverflowUnsignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedAdd() function