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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
  274   if (isInt() == That.isInt()) {
  276       IntVal += That.IntVal;
  278       getFpVal().add(That.getFpVal(), RndMode);
  283     const APFloat &T = That.getFpVal();
  290   T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode);