Searched refs:mlirIntegerAttrGetValueInt (Results 1 – 4 of 4) sorted by relevance
129 MLIR_CAPI_EXPORTED int64_t mlirIntegerAttrGetValueInt(MlirAttribute attr);
128 int64_t mlirIntegerAttrGetValueInt(MlirAttribute attr) { in mlirIntegerAttrGetValueInt() function
264 return mlirIntegerAttrGetValueInt(self); in bindDerived()
857 mlirIntegerAttrGetValueInt(integer) != 42 || in printBuiltinAttributes()