Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h464 MLIR_CAPI_EXPORTED intptr_t mlirOperationGetNumOperands(MlirOperation op);
/llvm-project-15.0.7/mlir/docs/
H A DCAPI.md43 for creation functions). For example, `mlirOperationGetNumOperands` inspects an
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp424 intptr_t mlirOperationGetNumOperands(MlirOperation op) { in mlirOperationGetNumOperands() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2038 length == -1 ? mlirOperationGetNumOperands(operation->get()) in PyOpOperandList()
2058 return mlirOperationGetNumOperands(operation->get()); in getRawNumElements()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1709 intptr_t numOperands = mlirOperationGetNumOperands(op); in testOperands()