Lines Matching defs:subtract_p
1279 SSA names BASE_IN and ADDEND_IN if SUBTRACT_P is false, and
1286 bool subtract_p, bool speed)
1310 if (subtract_p)
1335 index = subtract_p ? -1 : 1;
1344 else if (subtract_p)
1381 index = subtract_p ? -1 : 1;
1463 bool subtract_p = gimple_assign_rhs_code (gs) == MINUS_EXPR;
1473 c = create_add_ssa_cand (gs, rhs1, rhs2, subtract_p, speed);
1482 if (operand_equal_p (rhs1, rhs2, 0) || subtract_p)
1504 if (subtract_p)