Searched refs:mlirLLVMFunctionTypeGet (Results 1 – 3 of 3) sorted by relevance
34 mlirLLVMFunctionTypeGet(MlirType resultType, intptr_t nArgumentTypes,
31 MlirType mlirLLVMFunctionTypeGet(MlirType resultType, intptr_t nArgumentTypes, in mlirLLVMFunctionTypeGet() function
57 MlirType i8_i32_i64 = mlirLLVMFunctionTypeGet(i8, 2, i32_i64_arr, false); in testTypeCreation()