Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dfold-const.c6794 try_move_mult_to_index (enum tree_code code, tree addr, tree op1) in try_move_mult_to_index() function
8712 tem = try_move_mult_to_index (PLUS_EXPR, arg0, arg1); in fold_binary()
8718 tem = try_move_mult_to_index (PLUS_EXPR, arg1, arg0); in fold_binary()
9097 tem = try_move_mult_to_index (MINUS_EXPR, arg0, arg1); in fold_binary()
DChangeLog-20058709 (try_move_mult_to_index): Call fold_build2 instead of build2.
8710 (fold_binary): Don't call fold after calls to try_move_mult_to_index.
18734 (try_move_mult_to_index): Use it.
19175 * fold-const.c (try_move_mult_to_index): Handle INTEGER_CST
19180 try_move_mult_to_index.
32214 * fold-const.c (try_move_mult_to_index): Remove redundant
32216 (fold): Update callers of try_move_mult_to_index. Convert
DChangeLog-20047274 * fold-const.c (try_move_mult_to_index): New function.
7275 (fold): Use try_move_mult_to_index.