LLVM API Documentation
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) |
Functions in this section operate on integer types.
unsigned LLVMGetIntTypeWidth | ( | LLVMTypeRef | IntegerTy | ) |
Definition at line 336 of file Core.cpp.
References getBitWidth().
LLVMTypeRef LLVMInt16Type | ( | void | ) |
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().
LLVMTypeRef LLVMInt1Type | ( | void | ) |
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().
LLVMTypeRef LLVMInt32Type | ( | void | ) |
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().
LLVMTypeRef LLVMInt64Type | ( | void | ) |
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().
LLVMTypeRef LLVMInt8Type | ( | void | ) |
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().
LLVMTypeRef LLVMIntType | ( | unsigned | NumBits | ) |
Definition at line 332 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMIntTypeInContext().
LLVMTypeRef LLVMIntTypeInContext | ( | LLVMContextRef | C, |
unsigned | NumBits | ||
) |
Definition at line 313 of file Core.cpp.
References llvm::IntegerType::get(), llvm::unwrap(), and llvm::wrap().
Referenced by LLVMIntType().