llvm::EVT::getFltSemantics

Returns an APFloat semantics tag appropriate for the value type. If this is a vector type, the element semantics are returned.

Synopsis

Declared in <llvm/CodeGen/ValueTypes.h>

fltSemantics const&
getFltSemantics() const;

Return Value

APFloat semantics for this type or its element type.