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

References

lib/Support/APFloat.cpp
 3936   if (Semantics == RHS.Semantics && RHS.Floats) {
 3936   if (Semantics == RHS.Semantics && RHS.Floats) {
 3937     Floats[0] = RHS.Floats[0];
 3938     Floats[1] = RHS.Floats[1];
 3939   } else if (this != &RHS) {
 3941     new (this) DoubleAPFloat(RHS);