Searched refs:mlirLLVMStructTypeLiteralGet (Results 1 – 3 of 3) sorted by relevance
39 mlirLLVMStructTypeLiteralGet(MlirContext ctx, intptr_t nFieldTypes,
39 MlirType mlirLLVMStructTypeLiteralGet(MlirContext ctx, intptr_t nFieldTypes, in mlirLLVMStructTypeLiteralGet() function
65 MlirType i32_i64_s = mlirLLVMStructTypeLiteralGet(ctx, 2, i32_i64_arr, false); in testTypeCreation()