Function mlir_sys::mlirLLVMFunctionTypeGet
source · pub unsafe extern "C" fn mlirLLVMFunctionTypeGet(
resultType: MlirType,
nArgumentTypes: isize,
argumentTypes: *const MlirType,
isVarArg: bool
) -> MlirType
Expand description
Creates an llvm.func type.