Searched refs:get_constant_value (Results 1 – 3 of 3) sorted by relevance
386 get_constant_value (tree var) in get_constant_value() function960 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()
387 get_constant_value (tree var) in get_constant_value() function961 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()
14410 * 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.