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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1561         if (LHSIntVal->getType() == RHSIntVal->getType() &&
 1563             willNotOverflowSignedAdd(LHSIntVal, RHSIntVal, I)) {
 1565           Value *NewAdd = Builder.CreateNSWAdd(LHSIntVal, RHSIntVal, "addconv");