LLVM  3.7.0
Public Attributes | List of all members
llvm::fltSemantics Struct Reference
Collaboration diagram for llvm::fltSemantics:
[legend]

Public Attributes

APFloat::ExponentType maxExponent
 
APFloat::ExponentType minExponent
 
unsigned int precision
 
unsigned int sizeInBits
 

Detailed Description

Definition at line 43 of file APFloat.cpp.

Member Data Documentation

APFloat::ExponentType llvm::fltSemantics::maxExponent

Definition at line 46 of file APFloat.cpp.

Referenced by llvm::APFloat::isLargest(), llvm::APFloat::next(), and llvm::scalbn().

APFloat::ExponentType llvm::fltSemantics::minExponent
unsigned int llvm::fltSemantics::precision
unsigned int llvm::fltSemantics::sizeInBits

Definition at line 57 of file APFloat.cpp.

Referenced by llvm::APFloat::getSizeInBits().


The documentation for this struct was generated from the following file: