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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c11635 int inner_width, outer_width;
11639 outer_width = TYPE_PRECISION (TREE_TYPE (arg1));
11640 if (outer_width > TYPE_PRECISION (type))
11641 outer_width = TYPE_PRECISION (type);
11643 if (outer_width > HOST_BITS_PER_WIDE_INT)
11646 >> (2 * HOST_BITS_PER_WIDE_INT - outer_width));
11653 >> (HOST_BITS_PER_WIDE_INT - outer_width));
11600 int inner_width, outer_width; local

Completed in 71 milliseconds