Home | History | Annotate | Download | only in gcc

Lines Matching defs:bit_off

4904   poly_offset_int bit_off = byte_off << LOG2_BITS_PER_UNIT;
4905 bit_off += *pbitpos;
4907 if (known_ge (bit_off, 0) && bit_off.to_shwi (pbitpos))
4911 bit_off = byte_off << LOG2_BITS_PER_UNIT;
4912 bit_off += *pbitregion_start;
4913 if (bit_off.to_uhwi (pbitregion_start))
4915 bit_off = byte_off << LOG2_BITS_PER_UNIT;
4916 bit_off += *pbitregion_end;
4917 if (!bit_off.to_uhwi (pbitregion_end))