Searched refs:mlirBoolAttrGetValue (Results 1 – 4 of 4) sorted by relevance
138 MLIR_CAPI_EXPORTED bool mlirBoolAttrGetValue(MlirAttribute attr);
143 bool mlirBoolAttrGetValue(MlirAttribute attr) { in mlirBoolAttrGetValue() function
766 if (!mlirAttributeIsABool(boolean) || !mlirBoolAttrGetValue(boolean)) in printBuiltinAttributes()
1558 [](PyBoolAttribute &self) { return mlirBoolAttrGetValue(self); }, in bindDerived()