Searched refs:left_is_neg (Results 1 – 1 of 1) sorted by relevance
1293 bool left_is_neg = left->IsNeg(); in VisitAdd() local1296 if (left_is_neg && right_is_neg) { in VisitAdd()1302 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd()1303 if (left_is_neg != right_is_neg && neg->HasOnlyOneNonEnvironmentUse()) { in VisitAdd()1313 HInstruction* other = left_is_neg ? right : left; in VisitAdd()