Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp247 state.nAttributes = 0; in mlirOperationStateGet()
278 APPEND_ELEMS(MlirNamedAttribute, nAttributes, attributes); in mlirOperationStateAddAttributes()
332 cppState.attributes.reserve(state->nAttributes); in mlirOperationCreate()
333 for (intptr_t i = 0; i < state->nAttributes; ++i) in mlirOperationCreate()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h322 intptr_t nAttributes; member