ΒΆLLVMTypeRef LLVMIntPtrTypeInContext(
    LLVMContextRef C,
    LLVMTargetDataRef TD)

Description

Returns the integer type that is the same size as a pointer on a target. See the method llvm::DataLayout::getIntPtrType.

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

Parameters

LLVMContextRef C
LLVMTargetDataRef TD