Searched refs:op1_is_pow2 (Results 1 – 2 of 2) sorted by relevance
3825 int op1_is_constant, op1_is_pow2 = 0; in expand_divmod() local3836 op1_is_pow2 = ((EXACT_POWER_OF_2_OR_ZERO_P (ext_op1) in expand_divmod()3918 optab1 = ((op1_is_pow2 && op1 != const0_rtx) in expand_divmod()3921 optab2 = ((op1_is_pow2 && op1 != const0_rtx) in expand_divmod()3975 op1_is_pow2 = (op1_is_constant in expand_divmod()4002 if (code == EXACT_DIV_EXPR && op1_is_pow2) in expand_divmod()
3128 * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp3130 when op1_is_pow2.