Searched refs:modebitsize (Results 1 – 2 of 2) sorted by relevance
1674 int modebitsize = GET_MODE_BITSIZE (SCALAR_INT_TYPE_MODE (type)); in instrument_bool_enum_load() local1681 tree utype = build_nonstandard_integer_type (modebitsize, 1); in instrument_bool_enum_load()1684 || !multiple_p (bitpos, modebitsize) in instrument_bool_enum_load()1685 || maybe_ne (bitsize, modebitsize) in instrument_bool_enum_load()1686 || GET_MODE_BITSIZE (SCALAR_INT_TYPE_MODE (utype)) != modebitsize in instrument_bool_enum_load()
1692 int modebitsize = GET_MODE_BITSIZE (SCALAR_INT_TYPE_MODE (type)); in instrument_bool_enum_load() local1699 tree utype = build_nonstandard_integer_type (modebitsize, 1); in instrument_bool_enum_load()1702 || !multiple_p (bitpos, modebitsize) in instrument_bool_enum_load()1703 || maybe_ne (bitsize, modebitsize) in instrument_bool_enum_load()1704 || GET_MODE_BITSIZE (SCALAR_INT_TYPE_MODE (utype)) != modebitsize in instrument_bool_enum_load()