llvm::APFloatBase::getArbitraryFPSemantics

Returns the fltSemantics for a given arbitrary FP format string, or nullptr if invalid.

Synopsis

Declared in <llvm/ADT/APFloat.h>

static
fltSemantics const*
getArbitraryFPSemantics(StringRef Format);

Return Value

fltSemantics for Format, or nullptr if invalid

Parameters

NameDescription
Formatarbitrary floating-point format string to look up