Home
last modified time | relevance | path

Searched refs:hwi_byte_size (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc431 HOST_WIDE_INT hwi_byte_size = int_size_in_bytes (element_type); in get_subregions_for_binding() local
432 if (hwi_byte_size > 0) in get_subregions_for_binding()
435 = hwi_byte_size << LOG2_BITS_PER_UNIT; in get_subregions_for_binding()
1359 HOST_WIDE_INT hwi_byte_size = int_size_in_bytes (elem_type); in get_relative_concrete_offset() local
1360 if (hwi_byte_size > 0) in get_relative_concrete_offset()
1363 = hwi_byte_size << LOG2_BITS_PER_UNIT; in get_relative_concrete_offset()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc6895 HOST_WIDE_INT hwi_byte_size = int_size_in_bytes (elem_type); in convert_byte_offset_to_array_index() local
6896 if (hwi_byte_size > 0) in convert_byte_offset_to_array_index()