Method LLVMIntrinsicGetType
LLVMIntrinsicGetType(LLVMContextRef, UInt32, LLVMTypeRef[], size_t)
TODO: Provide summary for Function LLVMIntrinsicGetType
Declaration
public static LLVMTypeRef LLVMIntrinsicGetType(LLVMContextRef Ctx, uint ID, LLVMTypeRef[] ParamTypes, size_t ParamCount)
Parameters
public static LLVMTypeRef LLVMIntrinsicGetType(LLVMContextRef Ctx, uint ID, LLVMTypeRef[] ParamTypes, size_t ParamCount)
LLVMContextRef | Ctx | TODO: Provide details of parameter Ctx |
UInt32 | ID | TODO: Provide details of parameter ID |
LLVMTypeRef[] | ParamTypes | TODO: Provide details of parameter ParamTypes |
size_t | ParamCount | TODO: Provide details of parameter ParamCount |
Returns
LLVMTypeRef | TODO: Document return value |