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

References

lib/Support/APFloat.cpp
 4110   if (RHS.getCategory() == fcNaN) {
 4111     Out = RHS;
 4114   if ((LHS.getCategory() == fcZero && RHS.getCategory() == fcInfinity) ||
 4115       (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcZero)) {
 4123   if (RHS.getCategory() == fcZero || RHS.getCategory() == fcInfinity) {
 4123   if (RHS.getCategory() == fcZero || RHS.getCategory() == fcInfinity) {
 4124     Out = RHS;
 4127   assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal &&
 4131   APFloat A = Floats[0], B = Floats[1], C = RHS.Floats[0], D = RHS.Floats[1];
 4131   APFloat A = Floats[0], B = Floats[1], C = RHS.Floats[0], D = RHS.Floats[1];