Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h246 MLIR_CAPI_EXPORTED bool mlirAttributeIsAType(MlirAttribute attr);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp255 bool mlirAttributeIsAType(MlirAttribute attr) { in mlirAttributeIsAType() function
/external/llvm-project/mlir/test/CAPI/
Dir.c833 if (!mlirAttributeIsAType(type) || in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1927 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAType;