Searched refs:rhs_bytes (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c1592 unsigned HOST_WIDE_INT rhs_bytes local
1594 if (rhs_bytes > total_bytes)
1596 memset (ptr + first_byte, '\0', rhs_bytes);
1649 unsigned HOST_WIDE_INT rhs_bytes local
1651 if (rhs_bytes > total_bytes)
1653 byte_size = rhs_bytes;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc1868 unsigned HOST_WIDE_INT rhs_bytes local
1870 if (rhs_bytes > total_bytes)
1872 memset (ptr + first_byte, '\0', rhs_bytes);
1925 unsigned HOST_WIDE_INT rhs_bytes local
1927 if (rhs_bytes > total_bytes)
1929 byte_size = rhs_bytes;

Completed in 94 milliseconds