Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Demit-rtl.c1438 HOST_WIDE_INT apply_bitpos = 0; in set_mem_attributes_minus_bitpos() local
1547 apply_bitpos = bitpos; in set_mem_attributes_minus_bitpos()
1572 apply_bitpos = bitpos; in set_mem_attributes_minus_bitpos()
1621 apply_bitpos = bitpos; in set_mem_attributes_minus_bitpos()
1630 apply_bitpos = bitpos; in set_mem_attributes_minus_bitpos()
1658 if (apply_bitpos) in set_mem_attributes_minus_bitpos()
1660 offset = plus_constant (offset, -(apply_bitpos / BITS_PER_UNIT)); in set_mem_attributes_minus_bitpos()
1662 size = plus_constant (size, apply_bitpos / BITS_PER_UNIT); in set_mem_attributes_minus_bitpos()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Demit-rtl.c1706 HOST_WIDE_INT apply_bitpos = 0; local
1775 apply_bitpos = bitpos;
1800 apply_bitpos = bitpos;
1862 apply_bitpos = bitpos;
1871 apply_bitpos = bitpos;
1899 if (apply_bitpos)
1901 offset = plus_constant (offset, -(apply_bitpos / BITS_PER_UNIT));
1903 size = plus_constant (size, apply_bitpos / BITS_PER_UNIT);