Project Alice
Loading...
Searching...
No Matches
Floating Point Types
Collaboration diagram for Floating Point Types:

Functions

LLVMTypeRef LLVMHalfTypeInContext (LLVMContextRef C)
 
LLVMTypeRef LLVMBFloatTypeInContext (LLVMContextRef C)
 
LLVMTypeRef LLVMFloatTypeInContext (LLVMContextRef C)
 
LLVMTypeRef LLVMDoubleTypeInContext (LLVMContextRef C)
 
LLVMTypeRef LLVMX86FP80TypeInContext (LLVMContextRef C)
 
LLVMTypeRef LLVMFP128TypeInContext (LLVMContextRef C)
 
LLVMTypeRef LLVMPPCFP128TypeInContext (LLVMContextRef C)
 
LLVMTypeRef LLVMHalfType (void)
 
LLVMTypeRef LLVMBFloatType (void)
 
LLVMTypeRef LLVMFloatType (void)
 
LLVMTypeRef LLVMDoubleType (void)
 
LLVMTypeRef LLVMX86FP80Type (void)
 
LLVMTypeRef LLVMFP128Type (void)
 
LLVMTypeRef LLVMPPCFP128Type (void)
 

Detailed Description

Function Documentation

◆ LLVMBFloatType()

LLVMTypeRef LLVMBFloatType ( void  )

◆ LLVMBFloatTypeInContext()

LLVMTypeRef LLVMBFloatTypeInContext ( LLVMContextRef  C)

Obtain a 16-bit brain floating point type from a context.

◆ LLVMDoubleType()

LLVMTypeRef LLVMDoubleType ( void  )

◆ LLVMDoubleTypeInContext()

LLVMTypeRef LLVMDoubleTypeInContext ( LLVMContextRef  C)

Obtain a 64-bit floating point type from a context.

Here is the caller graph for this function:

◆ LLVMFloatType()

LLVMTypeRef LLVMFloatType ( void  )

◆ LLVMFloatTypeInContext()

LLVMTypeRef LLVMFloatTypeInContext ( LLVMContextRef  C)

Obtain a 32-bit floating point type from a context.

Here is the caller graph for this function:

◆ LLVMFP128Type()

LLVMTypeRef LLVMFP128Type ( void  )

◆ LLVMFP128TypeInContext()

LLVMTypeRef LLVMFP128TypeInContext ( LLVMContextRef  C)

Obtain a 128-bit floating point type (112-bit mantissa) from a context.

◆ LLVMHalfType()

LLVMTypeRef LLVMHalfType ( void  )

Obtain a floating point type from the global context.

These map to the functions in this group of the same name.

◆ LLVMHalfTypeInContext()

LLVMTypeRef LLVMHalfTypeInContext ( LLVMContextRef  C)

Obtain a 16-bit floating point type from a context.

◆ LLVMPPCFP128Type()

LLVMTypeRef LLVMPPCFP128Type ( void  )

◆ LLVMPPCFP128TypeInContext()

LLVMTypeRef LLVMPPCFP128TypeInContext ( LLVMContextRef  C)

Obtain a 128-bit floating point type (two 64-bits) from a context.

◆ LLVMX86FP80Type()

LLVMTypeRef LLVMX86FP80Type ( void  )

◆ LLVMX86FP80TypeInContext()

LLVMTypeRef LLVMX86FP80TypeInContext ( LLVMContextRef  C)

Obtain a 80-bit floating point type (X87) from a context.