Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h253 MLIR_CAPI_EXPORTED MlirType mlirTypeAttrGetValue(MlirAttribute attr);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp263 MlirType mlirTypeAttrGetValue(MlirAttribute attr) { in mlirTypeAttrGetValue() function
/external/llvm-project/mlir/test/CAPI/
Dir.c834 !mlirTypeEqual(mlirF32TypeGet(ctx), mlirTypeAttrGetValue(type))) in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1942 mlirTypeAttrGetValue(self.get())); in bindDerived()