ΒΆunsigned int LLVMGetPointerAddressSpace(
LLVMTypeRef PointerTy)
unsigned int LLVMGetPointerAddressSpace(
LLVMTypeRef PointerTy)
Description
Obtain the address space of a pointer type. This only works on types that represent pointers.
Declared at: llvm/include/llvm-c/Core.h:1425
Parameters
- LLVMTypeRef PointerTy