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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c3438 int ovf_use = uaddsub_overflow_check_p (stmt, use_stmt); local
3439 if (ovf_use == 0)
3446 gimple_cond_set_code (cond_stmt, ovf_use == 1 ? NE_EXPR : EQ_EXPR);
3456 ovf_use == 1 ? NE_EXPR : EQ_EXPR);
3462 tree cond = build2 (ovf_use == 1 ? NE_EXPR : EQ_EXPR,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc4256 int ovf_use = arith_overflow_check_p (stmt, cast_stmt, use_stmt, local
4258 if (ovf_use == 0)
4277 gimple_cond_set_code (cond_stmt, ovf_use == 1 ? NE_EXPR : EQ_EXPR);
4287 ovf_use == 1 ? NE_EXPR : EQ_EXPR);
4293 tree cond = build2 (ovf_use == 1 ? NE_EXPR : EQ_EXPR,

Completed in 172 milliseconds