pub unsafe extern "C" fn mlirIntegerAttrGetValueInt(
attr: MlirAttribute,
) -> i64Expand description
Returns the value stored in the given integer attribute, assuming the value is of signless type and fits into a signed 64-bit integer.
pub unsafe extern "C" fn mlirIntegerAttrGetValueInt(
attr: MlirAttribute,
) -> i64Returns the value stored in the given integer attribute, assuming the value is of signless type and fits into a signed 64-bit integer.