Returns the size of the floating point number (in bits) in the given semantics.
Declared in <llvm/ADT/APFloat.h>
static
unsigned int
getSizeInBits(fltSemantics const& Sem);
storage size in bits for values with semantics Sem
| Name | Description |
|---|---|
| Sem | floating-point semantics to query |