Searched refs:mlirFunctionTypeGetNumInputs (Results 1 – 4 of 4) sorted by relevance
302 MLIR_CAPI_EXPORTED intptr_t mlirFunctionTypeGetNumInputs(MlirType type);
322 intptr_t mlirFunctionTypeGetNumInputs(MlirType type) { in mlirFunctionTypeGetNumInputs() function
712 if (mlirFunctionTypeGetNumInputs(funcType) != 2) in printBuiltinTypes()
2526 for (intptr_t i = 0, e = mlirFunctionTypeGetNumInputs(self); i < e; in bindDerived()