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

References

lib/Support/APFloat.cpp
 4510     switch (BitWidth) {
 4512       return APFloat(semIEEEhalf, APInt::getAllOnesValue(BitWidth));
 4514       return APFloat(semIEEEsingle, APInt::getAllOnesValue(BitWidth));
 4516       return APFloat(semIEEEdouble, APInt::getAllOnesValue(BitWidth));
 4518       return APFloat(semX87DoubleExtended, APInt::getAllOnesValue(BitWidth));
 4520       return APFloat(semIEEEquad, APInt::getAllOnesValue(BitWidth));
 4525     assert(BitWidth == 128);
 4526     return APFloat(semPPCDoubleDouble, APInt::getAllOnesValue(BitWidth));