Home
last modified time | relevance | path

Searched refs:mlirTypeIsAFunction (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h292 MLIR_CAPI_EXPORTED bool mlirTypeIsAFunction(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp308 bool mlirTypeIsAFunction(MlirType type) { in mlirTypeIsAFunction() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2502 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAFunction;