Lines Matching refs:bitoffset
7987 offset_int bitoffset
7993 bitoffset_end = bitoffset + wi::to_offset (field_size);
8010 the object at [BITOFFSET, BITOFFSET_END)? */
8011 if (wi::cmps (access_end, bitoffset) > 0
8015 *suboff += bitoffset.to_uhwi ();
8023 offset = bitoffset.to_uhwi ();
8025 size = (bitoffset_end - bitoffset).to_uhwi ();
8033 if (offset < bitoffset)
8036 offset_int inner_offset = offset_int (offset) - bitoffset;
8280 poly_int64 bitoffset;
8284 bitoffset = (field_offset - repr_offset) * BITS_PER_UNIT;
8286 bitoffset = 0;
8287 bitoffset += (tree_to_uhwi (DECL_FIELD_BIT_OFFSET (field))
8292 if (bitoffset.is_constant (&bitoff)