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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c3844 static HOST_WIDE_INT last_div_const = 0;
3977 if (rem_flag && ! (last_div_const != 0 && op1_is_constant
3978 && INTVAL (op1) == last_div_const))
3981 last_div_const = ! rem_flag && op1_is_constant ? INTVAL (op1) : 0;
3831 static HOST_WIDE_INT last_div_const = 0; local

Completed in 92 milliseconds