getIntPtrType overloads
Declared in <llvm/IR/DataLayout.h>
Returns an integer (vector of integer) type with size at least as big as that of a pointer of the given pointer (vector of pointer) type.
Type*
getIntPtrType(Type* Ty) const;
» more...
Returns an integer type with size at least as big as that of a pointer in the given address space.
IntegerType*
getIntPtrType(
LLVMContext& C,
unsigned int AddressSpace = 0) const;
» more...
Ty.AddressSpace.| Name | Description |
|---|---|
| Ty | Pointer or vector-of-pointer type. |
| C | Context in which to create the type. |
| AddressSpace | Address space of the pointer. |