ΒΆLLVMTypeRef LLVMIntPtrTypeForASInContext(
    LLVMContextRef C,
    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:244

Parameters

LLVMContextRef C
LLVMTargetDataRef TD
unsigned int AS