ΒΆLLVMTypeRef LLVMIntPtrTypeForAS(
    LLVMTargetDataRef TD,
    unsigned int AS)

Description

Returns the integer type that is the same size as a pointer on a target. This version allows the address space to be specified. See the method llvm::DataLayout::getIntPtrType.

Declared at: llvm/include/llvm-c/Target.h:235

Parameters

LLVMTargetDataRef TD
unsigned int AS