Searched refs:ext_op1 (Results 1 – 2 of 2) sorted by relevance
4236 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local4237 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()4239 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()4383 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local4384 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()4386 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
37678 (expand_divmod): Don't make ext_op1 static, change it's type to