Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c3645 poly_uint64 leading_word_part in subreg_size_lsb() local
3651 gcc_assert (known_le (subreg_end - leading_word_part, in subreg_size_lsb()
3653 || (known_eq (leading_word_part, subreg_byte) in subreg_size_lsb()
3656 byte_pos = trailing_word_part + (subreg_byte - leading_word_part); in subreg_size_lsb()
3658 byte_pos = leading_word_part + (trailing_bytes - trailing_word_part); in subreg_size_lsb()