llvm::APFloatBase::getSizeInBits

Returns the size of the floating point number (in bits) in the given semantics.

Synopsis

Declared in <llvm/ADT/APFloat.h>

static
unsigned int
getSizeInBits(fltSemantics const& Sem);

Return Value

storage size in bits for values with semantics Sem

Parameters

NameDescription
Semfloating-point semantics to query