ΒΆLLVMTypeRef LLVMIntrinsicGetType(
    LLVMContextRef Ctx,
    unsigned int ID,
    LLVMTypeRef* ParamTypes,
    size_t ParamCount)

Description

Retrieves the type of an intrinsic. For overloaded intrinsics, parameter types must be provided to uniquely identify an overload.

Declared at: llvm/include/llvm-c/Core.h:2447

Parameters

LLVMContextRef Ctx
unsigned int ID
LLVMTypeRef* ParamTypes
size_t ParamCount