Searched refs:left_is_neg (Results 1 – 1 of 1) sorted by relevance
965 bool left_is_neg = left->IsNeg(); in VisitAdd() local968 if (left_is_neg && right_is_neg) { in VisitAdd()974 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd()975 if ((left_is_neg ^ right_is_neg) && neg->HasOnlyOneNonEnvironmentUse()) { in VisitAdd()985 HInstruction* other = left_is_neg ? right : left; in VisitAdd()