Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h302 MLIR_CAPI_EXPORTED intptr_t mlirFunctionTypeGetNumInputs(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp322 intptr_t mlirFunctionTypeGetNumInputs(MlirType type) { in mlirFunctionTypeGetNumInputs() function
/external/llvm-project/mlir/test/CAPI/
Dir.c712 if (mlirFunctionTypeGetNumInputs(funcType) != 2) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2526 for (intptr_t i = 0, e = mlirFunctionTypeGetNumInputs(self); i < e; in bindDerived()