Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1297 willNotOverflowSignedAdd(LHSConv->getOperand(0), CI, I)) { in visitAdd()
1314 willNotOverflowSignedAdd(LHSConv->getOperand(0), in visitAdd()
1379 if (!I.hasNoSignedWrap() && willNotOverflowSignedAdd(LHS, RHS, I)) { in visitAdd()
1449 willNotOverflowSignedAdd(LHSIntVal, CI, I)) { in visitFAdd()
1467 willNotOverflowSignedAdd(LHSIntVal, RHSIntVal, I)) { in visitFAdd()
DInstCombineInternal.h487 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd() function
DInstCombineCompares.cpp3783 if (willNotOverflowSignedAdd(LHS, RHS, OrigI)) in OptimizeOverflowCheck()