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