Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h487 MLIR_CAPI_EXPORTED intptr_t mlirBlockGetNumArguments(MlirBlock block);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp474 intptr_t mlirBlockGetNumArguments(MlirBlock block) { in mlirBlockGetNumArguments() function
/external/llvm-project/mlir/test/CAPI/
Dir.c226 intptr_t numArgs = mlirBlockGetNumArguments(block); in collectStatsSingle()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1261 return mlirBlockGetNumArguments(block); in dunderLen()