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

References

lib/Support/APFloat.cpp
 4032   if (LHS.getCategory() == fcNaN) {
 4033     Out = LHS;
 4040   if (LHS.getCategory() == fcZero) {
 4045     Out = LHS;
 4048   if (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcInfinity &&
 4049       LHS.isNegative() != RHS.isNegative()) {
 4053   if (LHS.getCategory() == fcInfinity) {
 4054     Out = LHS;
 4061   assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal);
 4063   APFloat A(LHS.Floats[0]), AA(LHS.Floats[1]), C(RHS.Floats[0]),
 4063   APFloat A(LHS.Floats[0]), AA(LHS.Floats[1]), C(RHS.Floats[0]),