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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c6692 HOST_WIDE_INT inner_offset; local
6727 inner_offset = offset % (elt_size.to_uhwi () * BITS_PER_UNIT);
6735 || inner_offset % BITS_PER_UNIT != 0
6770 inner_offset / BITS_PER_UNIT);
6771 if (len != (int) elt_sz - inner_offset / BITS_PER_UNIT)
6773 inner_offset = 0;
6822 inner_offset = 0;
6828 && (elt_sz * BITS_PER_UNIT - inner_offset) < size)
6835 return fold_ctor_reference (type, val, inner_offset, size, from_decl,
6934 offset_int inner_offset
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc7790 HOST_WIDE_INT inner_offset;
7825 inner_offset = offset % (elt_size.to_uhwi () * BITS_PER_UNIT);
7833 || inner_offset % BITS_PER_UNIT != 0
7868 inner_offset / BITS_PER_UNIT);
7869 if (len != (int) elt_sz - inner_offset / BITS_PER_UNIT)
7871 inner_offset = 0;
7920 inner_offset = 0;
7926 && (elt_sz * BITS_PER_UNIT - inner_offset) < size)
7933 return fold_ctor_reference (type, val, inner_offset, size, from_decl,
8029 offset_int inner_offset
7791 HOST_WIDE_INT inner_offset; local
[all...]

Completed in 122 milliseconds