Searched refs:new_bound (Results 1 – 2 of 2) sorted by relevance
3295 rtx low_rtx, new_index, new_bound; in emit_case_nodes() local3303 new_bound = expand_expr (fold_build2 (MINUS_EXPR, type, in emit_case_nodes()3307 emit_cmp_and_jump_insns (new_index, new_bound, GT, NULL_RTX, in emit_case_nodes()
17862 * stmt.c (emit_case_nodes): Widen high and low instead of new_bound