Home
last modified time | relevance | path

Searched refs:funcState (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/test/CAPI/
Dir.c96 MlirOperationState funcState = in makeAndDumpAdd() local
98 mlirOperationStateAddAttributes(&funcState, 2, funcAttrs); in makeAndDumpAdd()
99 mlirOperationStateAddOwnedRegions(&funcState, 1, &funcBodyRegion); in makeAndDumpAdd()
100 MlirOperation func = mlirOperationCreate(&funcState); in makeAndDumpAdd()