Method LLVMGetIntrinsicDeclaration
LLVMGetIntrinsicDeclaration(LLVMModuleRef, UInt32, LLVMTypeRef[], size_t)
TODO: Provide summary for Function LLVMGetIntrinsicDeclaration
Declaration
public static LLVMValueRef LLVMGetIntrinsicDeclaration(LLVMModuleRef Mod, uint ID, LLVMTypeRef[] ParamTypes, size_t ParamCount)
Parameters
public static LLVMValueRef LLVMGetIntrinsicDeclaration(LLVMModuleRef Mod, uint ID, LLVMTypeRef[] ParamTypes, size_t ParamCount)
LLVMModuleRef | Mod | TODO: Provide details of parameter Mod |
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
LLVMValueRef | TODO: Document return value |