Searched refs:highest_order_object_bit_offset (Results 1 – 3 of 3) sorted by relevance
3136 HOST_WIDE_INT highest_order_object_bit_offset; local3161 highest_order_object_bit_offset = object_offset_in_bytes * BITS_PER_UNIT;3167 highest_order_object_bit_offset += simple_type_size_in_bits (type);3172 ? highest_order_object_bit_offset - highest_order_field_bit_offset3173 : highest_order_field_bit_offset - highest_order_object_bit_offset);
9928 HOST_WIDE_INT highest_order_object_bit_offset; local9951 highest_order_object_bit_offset = object_offset_in_bytes * BITS_PER_UNIT;9957 highest_order_object_bit_offset += simple_type_size_in_bits (type);9962 ? highest_order_object_bit_offset - highest_order_field_bit_offset9963 : highest_order_field_bit_offset - highest_order_object_bit_offset);
10805 HOST_WIDE_INT highest_order_object_bit_offset; in add_bit_offset_attribute() local10826 highest_order_object_bit_offset = object_offset_in_bytes * BITS_PER_UNIT; in add_bit_offset_attribute()10832 highest_order_object_bit_offset += simple_type_size_in_bits (type); in add_bit_offset_attribute()10837 ? highest_order_object_bit_offset - highest_order_field_bit_offset in add_bit_offset_attribute()10838 : highest_order_field_bit_offset - highest_order_object_bit_offset); in add_bit_offset_attribute()