Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h138 MLIR_CAPI_EXPORTED bool mlirBoolAttrGetValue(MlirAttribute attr);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp143 bool mlirBoolAttrGetValue(MlirAttribute attr) { in mlirBoolAttrGetValue() function
/external/llvm-project/mlir/test/CAPI/
Dir.c766 if (!mlirAttributeIsABool(boolean) || !mlirBoolAttrGetValue(boolean)) in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1558 [](PyBoolAttribute &self) { return mlirBoolAttrGetValue(self); }, in bindDerived()