Searched refs:try_move_mult_to_index (Results 1 – 3 of 3) sorted by relevance
6794 try_move_mult_to_index (enum tree_code code, tree addr, tree op1) in try_move_mult_to_index() function8712 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()
8709 (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_CST19180 try_move_mult_to_index.32214 * fold-const.c (try_move_mult_to_index): Remove redundant32216 (fold): Update callers of try_move_mult_to_index. Convert
7274 * fold-const.c (try_move_mult_to_index): New function.7275 (fold): Use try_move_mult_to_index.