Searched refs:get_start_bit_offset (Results 1 – 5 of 5) sorted by relevance
188 if (int start_cmp = wi::cmp (b1->get_start_bit_offset (), in cmp()189 b2->get_start_bit_offset (), in cmp()245 if (contains_p (other.get_start_bit_offset ()) in contains_p()266 if (get_start_bit_offset () < other.get_next_bit_offset () in intersects_p()267 && other.get_start_bit_offset () < get_next_bit_offset ()) in intersects_p()270 = MAX (get_start_bit_offset (), in intersects_p()271 other.get_start_bit_offset ()); in intersects_p()277 *out_this = abs_overlap_bits - get_start_bit_offset (); in intersects_p()278 *out_other = abs_overlap_bits - other.get_start_bit_offset (); in intersects_p()456 if (get_start_bit_offset () < other.get_next_bit_offset () in overlaps_p()[all …]
240 bit_offset_t get_start_bit_offset () const in get_start_bit_offset() function255 return (offset >= get_start_bit_offset () in contains_p()269 return (get_start_bit_offset () < other.get_next_bit_offset () in intersects_p()270 && other.get_start_bit_offset () < get_next_bit_offset ()); in intersects_p()371 bit_offset_t get_start_bit_offset () const in get_start_bit_offset() function806 return get_concrete_binding (bits.get_start_bit_offset (),
1405 = (bits.get_start_bit_offset () in maybe_fold_bits_within()1486 bit_range offset_bits (m_bits.get_start_bit_offset () in maybe_fold_bits_within()1827 bit_range result_location (conc_key->get_start_bit_offset () in maybe_fold_bits_within()1828 - bits.get_start_bit_offset (), in maybe_fold_bits_within()
1636 *out = m_bits.get_start_bit_offset (); in get_relative_concrete_offset()
588 HOST_WIDE_INT bit_offset = bits.get_start_bit_offset ().to_shwi (); in maybe_undo_optimize_bit_field_compare()