llvm::spell

Returns text representation of the given rounding mode.

Synopsis

Declared in <llvm/ADT/FloatingPointMode.h>

StringRef
spell(RoundingMode RM);

Return Value

text representation of the given rounding mode.

Parameters

NameDescription
RMRounding mode.