enum APFloatBase::fltCategory

Description

Category of internally-represented number.

Declared at: llvm/include/llvm/ADT/APFloat.h:211

Enumerators

NameValueComment
fcInfinity0
fcNaN1
fcNormal2
fcZero3