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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c3842 int op1_is_constant, op1_is_pow2 = 0;
3847 op1_is_constant = GET_CODE (op1) == CONST_INT;
3848 if (op1_is_constant)
3908 || ((rem_flag || op1_is_constant)
3977 if (rem_flag && ! (last_div_const != 0 && op1_is_constant
3981 last_div_const = ! rem_flag && op1_is_constant ? INTVAL (op1) : 0;
3991 op1_is_constant = GET_CODE (op1) == CONST_INT;
3992 op1_is_pow2 = (op1_is_constant
4007 if (rem_flag || op1_is_constant)
4028 if (op1_is_constant)
3829 int op1_is_constant, op1_is_pow2 = 0; local
[all...]

Completed in 53 milliseconds