reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1394   if (!I.hasNoSignedWrap() && willNotOverflowSignedAdd(LHS, RHS, I)) {
 1545             willNotOverflowSignedAdd(LHSIntVal, CI, I)) {
 1563             willNotOverflowSignedAdd(LHSIntVal, RHSIntVal, I)) {
lib/Transforms/InstCombine/InstCombineInternal.h
  545     return IsSigned ? willNotOverflowSignedAdd(LHS, RHS, CxtI)