Searched refs:funcState (Results 1 – 1 of 1) sorted by relevance
96 MlirOperationState funcState = in makeAndDumpAdd() local98 mlirOperationStateAddAttributes(&funcState, 2, funcAttrs); in makeAndDumpAdd()99 mlirOperationStateAddOwnedRegions(&funcState, 1, &funcBodyRegion); in makeAndDumpAdd()100 MlirOperation func = mlirOperationCreate(&funcState); in makeAndDumpAdd()