Home
last modified time | relevance | path

Searched refs:get_constant_value (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ccp.c386 get_constant_value (tree var) in get_constant_value() function
960 return get_constant_value (op); in get_value()
1227 tree tem = get_constant_value (op); in valueize_op()
1249 tree tem = get_constant_value (op); in valueize_op_1()
1990 tree align = get_constant_value (gimple_call_arg (stmt, 0)); in evaluate_stmt()
2222 arg = get_constant_value (gimple_call_arg (stmt, 0)); in fold_builtin_alloca_with_align()
2338 && (val = get_constant_value (lhs)) in fold_stmt()
2411 && (val = get_constant_value (arg)) in fold_stmt()
2433 && (val = get_constant_value (lhs))) in fold_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ccp.cc387 get_constant_value (tree var) in get_constant_value() function
961 return get_constant_value (op); in value_of_expr()
1228 tree tem = get_constant_value (op); in valueize_op()
1250 tree tem = get_constant_value (op); in valueize_op_1()
2359 tree align = get_constant_value (gimple_call_arg (stmt, 0)); in evaluate_stmt()
2601 arg = get_constant_value (gimple_call_arg (stmt, 0)); in fold_builtin_alloca_with_align()
2717 && (val = get_constant_value (lhs)) in fold_stmt()
2786 && (val = get_constant_value (arg)) in fold_stmt()
2808 && (val = get_constant_value (lhs))) in fold_stmt()
H A DChangeLog-201014410 * tree-ssa-ccp.c (get_constant_value): Accept general operands.
18480 (get_constant_value): Likewise.
18791 * tree-ssa-ccp.c (get_constant_value): New function.
18794 (ccp_fold): Use get_constant_value and valueize_op.