 | DataLayoutIntPtrType Method (UInt32) |
[This is preliminary documentation and is subject to change.]
Retrieves an LLVM integer type with the same bit width as
a pointer for the given address space of the target
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic ITypeRef IntPtrType(
uint addressSpace
)
Parameters
- addressSpace
- Type: SystemUInt32
Return Value
Type:
ITypeRefInteger type matching the bit width of a native pointer in the target's address space
See Also