Searched refs:mlirIntegerAttrGetValueSInt (Results 1 – 4 of 4) sorted by relevance
133 MLIR_CAPI_EXPORTED int64_t mlirIntegerAttrGetValueSInt(MlirAttribute attr);
132 int64_t mlirIntegerAttrGetValueSInt(MlirAttribute attr) { in mlirIntegerAttrGetValueSInt() function
266 return mlirIntegerAttrGetValueSInt(self); in bindDerived()
858 mlirIntegerAttrGetValueSInt(signedInteger) != -1 || in printBuiltinAttributes()