llvm::getLongDoubleFormatName

Returns the IR floating-point type name for a LongDoubleFormat.

Synopsis

Declared in <llvm/Support/CodeGen.h>

StringRef
getLongDoubleFormatName(LongDoubleFormat Format);

Return Value

The IR floating-point type name for Format, or an empty string if Format is unrecognized.

Parameters

NameDescription
FormatLong-double format to convert.