Lines Matching refs:int_const_binop
1174 int_const_binop (enum tree_code code, const_tree arg1, const_tree arg2, in int_const_binop() function
1239 return int_const_binop (PLUS_EXPR, in const_binop()
1242 return int_const_binop (code, arg1, arg2); in const_binop()
1949 tree res = int_const_binop (code, arg0, arg1, -1); in size_binop_loc()
7189 tmp = int_const_binop (MINUS_EXPR, c1, build_int_cst (type, 1)); in fold_div_compare()
7198 tmp = int_const_binop (MINUS_EXPR, c1, build_int_cst (type, 1)); in fold_div_compare()
7203 *lo = int_const_binop (MINUS_EXPR, prod, tmp); in fold_div_compare()
7213 *hi = int_const_binop (PLUS_EXPR, prod, tmp); in fold_div_compare()
7226 tmp = int_const_binop (PLUS_EXPR, c1, build_int_cst (type, 1)); in fold_div_compare()
7230 *hi = int_const_binop (MINUS_EXPR, prod, tmp); in fold_div_compare()
7241 *lo = int_const_binop (PLUS_EXPR, prod, tmp); in fold_div_compare()
9269 t = int_const_binop (sgn0 == -1 ? PLUS_EXPR : MINUS_EXPR, in maybe_canonicalize_comparison_1()
9695 cst = int_const_binop (TREE_CODE (arg0) == TREE_CODE (arg1) in fold_comparison()
9710 cst = int_const_binop (TREE_CODE (arg0) == TREE_CODE (arg1) in fold_comparison()
10370 int_const_binop (PLUS_EXPR, arg1, in fold_binary_loc()
10386 int_const_binop (PLUS_EXPR, arg1, in fold_binary_loc()