llvm::parseDenormalFPAttribute

Returns the denormal mode to use for inputs and outputs.

Synopsis

Declared in <llvm/ADT/FloatingPointMode.h>

DenormalMode
parseDenormalFPAttribute(StringRef Str);

Return Value

the denormal mode to use for inputs and outputs.

Parameters

NameDescription
StrRepresent a constant reference to a string, i.e. a character array and a length, which need not be null terminated.