Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h305 MLIR_CAPI_EXPORTED intptr_t mlirFunctionTypeGetNumResults(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp326 intptr_t mlirFunctionTypeGetNumResults(MlirType type) { in mlirFunctionTypeGetNumResults() function
/external/llvm-project/mlir/test/CAPI/
Dir.c714 if (mlirFunctionTypeGetNumResults(funcType) != 3) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2538 for (intptr_t i = 0, e = mlirFunctionTypeGetNumResults(self); i < e; in bindDerived()