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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1540       if (IsValidPromotion(FPType, LHSIntVal->getType())) {
 1542           ConstantExpr::getFPToSI(CFP, LHSIntVal->getType());
 1545             willNotOverflowSignedAdd(LHSIntVal, CI, I)) {
 1547           Value *NewAdd = Builder.CreateNSWAdd(LHSIntVal, CI, "addconv");
 1557       if (IsValidPromotion(FPType, LHSIntVal->getType())) {
 1561         if (LHSIntVal->getType() == RHSIntVal->getType() &&
 1563             willNotOverflowSignedAdd(LHSIntVal, RHSIntVal, I)) {
 1565           Value *NewAdd = Builder.CreateNSWAdd(LHSIntVal, RHSIntVal, "addconv");