Lines Matching refs:int_const_binop
523 max = int_const_binop (PLUS_EXPR, limit, min); in extract_range_for_var_from_comparison_expr()
2971 new_min = int_const_binop (PLUS_EXPR, in extract_range_from_phi_node()
2982 new_max = int_const_binop (MINUS_EXPR, in extract_range_from_phi_node()
3055 op1 = int_const_binop (BIT_XOR_EXPR, op1, in simplify_truth_ops_using_ranges()
3214 t = int_const_binop (MINUS_EXPR, op1, t); in simplify_div_or_mod_using_ranges()
3786 = int_const_binop (PLUS_EXPR, vr_max, one_cst); in simplify_switch_using_ranges()
3794 = int_const_binop (MINUS_EXPR, vr_min, one_cst); in simplify_switch_using_ranges()
3804 = int_const_binop (MINUS_EXPR, vr_min, one_cst); in simplify_switch_using_ranges()
3812 = int_const_binop (PLUS_EXPR, vr_max, one_cst); in simplify_switch_using_ranges()
4242 new_rhs1 = int_const_binop (rhs_code, rhs1, val1); in simplify_stmt_using_ranges()
4243 new_rhs2 = int_const_binop (rhs_code, rhs1, val2); in simplify_stmt_using_ranges()
4250 new_rhs1 = int_const_binop (rhs_code, val1, rhs2); in simplify_stmt_using_ranges()
4251 new_rhs2 = int_const_binop (rhs_code, val2, rhs2); in simplify_stmt_using_ranges()