Searched refs:gimple_assign_rhs_class (Results 1 – 23 of 23) sorted by relevance
197 || gimple_assign_rhs_class (stmt) != GIMPLE_SINGLE_RHS; in walk_gimple_op()217 || gimple_assign_rhs_class (stmt) != GIMPLE_SINGLE_RHS; in walk_gimple_op()
626 switch (gimple_assign_rhs_class (stmt)) in gimple_simplify()
1006 || gimple_assign_rhs_class (assign) != GIMPLE_BINARY_RHS in value_replacement()1114 if (gimple_assign_rhs_class (g) == GIMPLE_BINARY_RHS) in value_replacement()
2586 || gimple_assign_rhs_class (stmt) == GIMPLE_TERNARY_RHS) in chain_of_csts_start()2672 else if (gimple_assign_rhs_class (stmt) == GIMPLE_UNARY_RHS in get_val_for()2677 else if (gimple_assign_rhs_class (stmt) == GIMPLE_BINARY_RHS) in get_val_for()
294 && (gimple_assign_rhs_class (stmt) != GIMPLE_BINARY_RHS in tree_estimate_loop_size()
3084 if (gimple_assign_rhs_class (use_stmt) == GIMPLE_BINARY_RHS) in uaddsub_overflow_check_p()3225 if (gimple_assign_rhs_class (use_stmt) == GIMPLE_BINARY_RHS) in match_uaddsub_overflow()
2717 gimple_assign_rhs_class (const gimple *gs)2732 && gimple_assign_rhs_class (gs) == GIMPLE_SINGLE_RHS);
624 rhs_class = gimple_assign_rhs_class (stmt); in find_bswap_or_nop_1()2295 switch (gimple_assign_rhs_class (stmt)) in gather_bswap_load_refs()
1231 switch (gimple_assign_rhs_class (stmt)) in compute_complex_assign_jump_func()1256 && gimple_assign_rhs_class (stmt) == GIMPLE_UNARY_RHS in compute_complex_assign_jump_func()
2398 switch (gimple_assign_rhs_class (ass)) in instantiate_scev_name()
1107 || gimple_assign_rhs_class (stmt) == GIMPLE_SINGLE_RHS) in eliminated_by_inlining_prob()
3071 && gimple_assign_rhs_class (init_stmt) == GIMPLE_UNARY_RHS) in insert_init_stmt()
4648 if (gimple_assign_rhs_class (stmt) == GIMPLE_SINGLE_RHS) in fold_stmt_1()
4788 switch (gimple_assign_rhs_class (stmt)) in verify_gimple_assign()
255 && (gimple_assign_rhs_class (stmt) != GIMPLE_BINARY_RHS in tree_estimate_loop_size()
2072 || gimple_assign_rhs_class (stmt) == GIMPLE_TERNARY_RHS) in chain_of_csts_start()2156 else if (gimple_assign_rhs_class (stmt) == GIMPLE_UNARY_RHS in get_val_for()2163 else if (gimple_assign_rhs_class (stmt) == GIMPLE_BINARY_RHS) in get_val_for()
2050 gimple_assign_rhs_class (const_gimple gs) in gimple_assign_rhs_class() function2065 && gimple_assign_rhs_class (gs) == GIMPLE_SINGLE_RHS); in gimple_assign_single_p()
1624 rhs_class = gimple_assign_rhs_class (stmt); in find_bswap_1()
1484 || gimple_assign_rhs_class (stmt) != GIMPLE_SINGLE_RHS; in walk_gimple_op()1507 || gimple_assign_rhs_class (stmt) != GIMPLE_SINGLE_RHS; in walk_gimple_op()
1328 || gimple_assign_rhs_class (stmt) == GIMPLE_SINGLE_RHS) in eliminated_by_inlining_prob()
2542 && gimple_assign_rhs_class (init_stmt) == GIMPLE_UNARY_RHS) in insert_init_stmt()
4036 switch (gimple_assign_rhs_class (stmt)) in verify_gimple_assign()
1045 @deftypefn {GIMPLE function} {enum gimple_rhs_class} gimple_assign_rhs_class (gimple g)