LLVM API Documentation

Functions
Integer Types
Types
Collaboration diagram for Integer Types:

Functions

LLVMTypeRef LLVMInt1TypeInContext (LLVMContextRef C)
LLVMTypeRef LLVMInt8TypeInContext (LLVMContextRef C)
LLVMTypeRef LLVMInt16TypeInContext (LLVMContextRef C)
LLVMTypeRef LLVMInt32TypeInContext (LLVMContextRef C)
LLVMTypeRef LLVMInt64TypeInContext (LLVMContextRef C)
LLVMTypeRef LLVMIntTypeInContext (LLVMContextRef C, unsigned NumBits)
LLVMTypeRef LLVMInt1Type (void)
LLVMTypeRef LLVMInt8Type (void)
LLVMTypeRef LLVMInt16Type (void)
LLVMTypeRef LLVMInt32Type (void)
LLVMTypeRef LLVMInt64Type (void)
LLVMTypeRef LLVMIntType (unsigned NumBits)
unsigned LLVMGetIntTypeWidth (LLVMTypeRef IntegerTy)

Detailed Description

Functions in this section operate on integer types.


Function Documentation

Definition at line 336 of file Core.cpp.

References getBitWidth().

Definition at line 323 of file Core.cpp.

References LLVMGetGlobalContext(), and LLVMInt16TypeInContext().

Definition at line 304 of file Core.cpp.

References llvm::Type::getInt16Ty(), and llvm::unwrap().

Referenced by LLVMInt16Type().

Obtain an integer type from the global context with a specified bit width.

Definition at line 317 of file Core.cpp.

References LLVMGetGlobalContext(), and LLVMInt1TypeInContext().

Obtain an integer type from a context with specified bit width.

Definition at line 298 of file Core.cpp.

References llvm::Type::getInt1Ty(), and llvm::unwrap().

Referenced by LLVMInt1Type().

Definition at line 326 of file Core.cpp.

References LLVMGetGlobalContext(), and LLVMInt32TypeInContext().

Definition at line 307 of file Core.cpp.

References llvm::Type::getInt32Ty(), and llvm::unwrap().

Referenced by LLVMInt32Type().

Definition at line 329 of file Core.cpp.

References LLVMGetGlobalContext(), and LLVMInt64TypeInContext().

Definition at line 310 of file Core.cpp.

References llvm::Type::getInt64Ty(), and llvm::unwrap().

Referenced by LLVMInt64Type().

Definition at line 320 of file Core.cpp.

References LLVMGetGlobalContext(), and LLVMInt8TypeInContext().

Definition at line 301 of file Core.cpp.

References llvm::Type::getInt8Ty(), and llvm::unwrap().

Referenced by LLVMInt8Type().

Definition at line 332 of file Core.cpp.

References LLVMGetGlobalContext(), and LLVMIntTypeInContext().

Definition at line 313 of file Core.cpp.

References llvm::IntegerType::get(), llvm::unwrap(), and llvm::wrap().

Referenced by LLVMIntType().