Searched refs:highest_order_field_bit_offset (Results 1 – 2 of 2) sorted by relevance
15822 HOST_WIDE_INT highest_order_field_bit_offset; in add_bit_offset_attribute() local15843 highest_order_field_bit_offset = bitpos_int; in add_bit_offset_attribute()15847 highest_order_field_bit_offset += tree_low_cst (DECL_SIZE (decl), 0); in add_bit_offset_attribute()15853 ? highest_order_object_bit_offset - highest_order_field_bit_offset in add_bit_offset_attribute()15854 : highest_order_field_bit_offset - highest_order_object_bit_offset); in add_bit_offset_attribute()
21140 HOST_WIDE_INT highest_order_field_bit_offset; in add_bit_offset_attribute() local21163 highest_order_field_bit_offset = bitpos_int; in add_bit_offset_attribute()21167 highest_order_field_bit_offset += tree_to_shwi (DECL_SIZE (decl)); in add_bit_offset_attribute()21174 ? highest_order_object_bit_offset - highest_order_field_bit_offset in add_bit_offset_attribute()21175 : highest_order_field_bit_offset - highest_order_object_bit_offset); in add_bit_offset_attribute()