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

/freebsd-12-stable/contrib/gcc/
H A Dexpmed.c3838 int op1_is_constant, op1_is_pow2 = 0;
3843 op1_is_constant = GET_CODE (op1) == CONST_INT;
3844 if (op1_is_constant)
3904 || ((rem_flag || op1_is_constant)
3973 if (rem_flag && ! (last_div_const != 0 && op1_is_constant
3977 last_div_const = ! rem_flag && op1_is_constant ? INTVAL (op1) : 0;
3987 op1_is_constant = GET_CODE (op1) == CONST_INT;
3988 op1_is_pow2 = (op1_is_constant
4003 if (rem_flag || op1_is_constant)
4024 if (op1_is_constant)
3825 int op1_is_constant, op1_is_pow2 = 0; local
[all...]

Completed in 118 milliseconds