Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-math-opts.c3075 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; in uaddsub_overflow_check_p() local
3080 crhs2 = gimple_cond_rhs (use_stmt); in uaddsub_overflow_check_p()
3088 crhs2 = gimple_assign_rhs2 (use_stmt); in uaddsub_overflow_check_p()
3097 crhs2 = TREE_OPERAND (cond, 1); in uaddsub_overflow_check_p()
3122 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1) in uaddsub_overflow_check_p()
3124 && crhs2 == lhs)) in uaddsub_overflow_check_p()
3131 if ((code == MINUS_EXPR && crhs1 == rhs1 && crhs2 == lhs) in uaddsub_overflow_check_p()
3133 && (crhs2 == rhs1 || crhs2 == rhs2))) in uaddsub_overflow_check_p()