Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h314 MLIR_CAPI_EXPORTED bool mlirTypeIsAFunction(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp334 bool mlirTypeIsAFunction(MlirType type) { in mlirTypeIsAFunction() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp573 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAFunction;