Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-math-opts.c3212 int ovf_use = uaddsub_overflow_check_p (stmt, use_stmt); in match_uaddsub_overflow() local
3213 if (ovf_use == 0) in match_uaddsub_overflow()
3220 gimple_cond_set_code (cond_stmt, ovf_use == 1 ? NE_EXPR : EQ_EXPR); in match_uaddsub_overflow()
3230 ovf_use == 1 ? NE_EXPR : EQ_EXPR); in match_uaddsub_overflow()
3236 tree cond = build2 (ovf_use == 1 ? NE_EXPR : EQ_EXPR, in match_uaddsub_overflow()