Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h175 MLIR_CAPI_EXPORTED bool mlirAttributeIsAString(MlirAttribute attr);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp183 bool mlirAttributeIsAString(MlirAttribute attr) { in mlirAttributeIsAString() function
/external/llvm-project/mlir/test/CAPI/
Dir.c788 if (!mlirAttributeIsAString(string)) in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1565 static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAString;