Returns text representation of the given rounding mode.

Synopsis

Declared in <llvm/ADT/FloatingPointMode.h>

StringRef
spell(RoundingMode RM);

Return Value

Lowercase spelling of RM, or "invalid" if unrecognized.

Parameters

Name

Description

RM

Rounding mode to spell.

Created with MrDocs