ΒΆLLVMValueRef LLVMGetIntrinsicDeclaration(
LLVMModuleRef Mod,
unsigned int ID,
LLVMTypeRef* ParamTypes,
size_t ParamCount)
LLVMValueRef LLVMGetIntrinsicDeclaration(
LLVMModuleRef Mod,
unsigned int ID,
LLVMTypeRef* ParamTypes,
size_t ParamCount)
Description
Create or insert the declaration of an intrinsic. For overloaded intrinsics, parameter types must be provided to uniquely identify an overload.
Declared at: llvm/include/llvm-c/Core.h:2436
Parameters
- LLVMModuleRef Mod
- unsigned int ID
- LLVMTypeRef* ParamTypes
- size_t ParamCount