Home
last modified time | relevance | path

Searched refs:new_bound (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dstmt.c3295 rtx low_rtx, new_index, new_bound; in emit_case_nodes() local
3303 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()
DChangeLog-200117862 * stmt.c (emit_case_nodes): Widen high and low instead of new_bound