Home
last modified time | relevance | path

Searched refs:fold_binary_loc (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDfold-const.h45 fold_binary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3)
46 extern tree fold_binary_loc (location_t, enum tree_code, tree, tree, tree);
HDtree-ssa-phionlycprop.c258 val = fold_binary_loc (gimple_location (use_stmt), in propagate_rhs_into_lhs()
HDtree-ssa-copy.c245 tree folded_cond = fold_binary_loc (loc, gimple_cond_code (stmt), in copy_prop_visit_cond_stmt()
HDfold-const.c6959 diff = fold_binary_loc (loc, MINUS_EXPR, ssizetype, ta1, ta); in fold_to_nonsharp_ineq_using_bound()
6962 diff = fold_binary_loc (loc, MINUS_EXPR, typea, a1, a); in fold_to_nonsharp_ineq_using_bound()
9007 ? fold_binary_loc (loc, POINTER_DIFF_EXPR, type, in fold_addr_of_array_ref_difference()
9010 : fold_binary_loc (loc, MINUS_EXPR, type, in fold_addr_of_array_ref_difference()
9241 fold_binary_loc (location_t loc, enum tree_code code, tree type, in fold_binary_loc() function
9451 tree sum = fold_binary_loc (loc, PLUS_EXPR, TREE_TYPE (cst1), in fold_binary_loc()
11023 rcond = fold_binary_loc (loc, code, type, real0, real1); in fold_binary_loc()
11042 icond = fold_binary_loc (loc, code, type, imag0, imag1); in fold_binary_loc()
11975 tem = fold_binary_loc (loc, code, type, op0, op1); in fold()
12338 tem = fold_binary_loc (loc, code, type, op0, op1); in fold_build2_loc()
HDtree-ssa-dom.c2122 val = fold_binary_loc (gimple_location (stmt), in optimize_stmt()
HDtree-ssa-forwprop.c380 t = fold_binary_loc (gimple_location (stmt), code, type, op0, op1); in combine_cond_expr_cond()
HDtree-ssa-ccp.c1247 return fold_binary_loc (loc, code, boolean_type_node, op0, op1); in ccp_fold()
HDgimple-fold.c6356 = fold_binary_loc (loc, subcode, TREE_TYPE (arg0), op0, op1); in gimple_fold_stmt_to_constant_1()
/dragonfly/contrib/gcc-4.7/gcc/
HDgimple-fold.c432 result = fold_binary_loc (loc, subcode, in fold_gimple_assign()
457 tem = fold_binary_loc (cond_loc, in fold_gimple_assign()
513 tree result = fold_binary_loc (gimple_location (stmt), in fold_gimple_cond()
2578 return fold_binary_loc (loc, subcode, in gimple_fold_stmt_to_constant_1()
2596 tree tem = fold_binary_loc (loc, TREE_CODE (op0), in gimple_fold_stmt_to_constant_1()
HDtree-ssa-copy.c468 tree folded_cond = fold_binary_loc (loc, gimple_cond_code (stmt), in copy_prop_visit_cond_stmt()
HDtree-cfgcleanup.c125 val = fold_binary_loc (loc, gimple_cond_code (stmt), in cleanup_control_expr_graph()
HDfold-const.c6941 tmp = fold_binary_loc (loc, PLUS_EXPR, itype, in try_move_mult_to_index()
7013 tmp = fold_binary_loc (loc, PLUS_EXPR, itype, in try_move_mult_to_index()
7097 diff = fold_binary_loc (loc, MINUS_EXPR, ssizetype, ta1, ta); in fold_to_nonsharp_ineq_using_bound()
7100 diff = fold_binary_loc (loc, MINUS_EXPR, typea, a1, a); in fold_to_nonsharp_ineq_using_bound()
9739 && (base_offset = fold_binary_loc (loc, MINUS_EXPR, type, in fold_addr_of_array_ref_difference()
9762 fold_binary_loc (location_t loc, in fold_binary_loc() function
10059 tree sum = fold_binary_loc (loc, PLUS_EXPR, TREE_TYPE (cst1), in fold_binary_loc()
10484 tree tmp = fold_binary_loc (loc, MINUS_EXPR, type, arg00, in fold_binary_loc()
11980 tree sum = fold_binary_loc (loc, PLUS_EXPR, TREE_TYPE (arg1), in fold_binary_loc()
12333 tem = fold_binary_loc (loc, BIT_AND_EXPR, type, shift, mask); in fold_binary_loc()
[all …]
HDtree-ssa-dom.c2347 val = fold_binary_loc (gimple_location (stmt), in optimize_stmt()
2789 val = fold_binary_loc (gimple_location (use_stmt), in propagate_rhs_into_lhs()
HDtree-ssa-ccp.c1060 return fold_binary_loc (loc, code, boolean_type_node, op0, op1); in ccp_fold()
HDtree-ssa-forwprop.c380 t = fold_binary_loc (gimple_location (stmt), code, type, op0, op1); in combine_cond_expr_cond()
HDtree.h5265 fold_binary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3)
5266 extern tree fold_binary_loc (location_t, enum tree_code, tree, tree, tree);
HDtree-cfg.c485 cond = fold_binary_loc (loc, gimple_cond_code (stmt), boolean_type_node, in fold_cond_expr_cond()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDconstexpr.c1432 tree result = fold_binary_loc (loc, opcode, type, in cxx_eval_internal_function()
2079 r = fold_binary_loc (loc, code, type, lhs, rhs); in cxx_eval_binary_expression()