Searched refs:right_is_neg (Results 1 – 1 of 1) sorted by relevance
1294 bool right_is_neg = right->IsNeg(); in VisitAdd() local1296 if (left_is_neg && right_is_neg) { in VisitAdd()1303 if (left_is_neg != right_is_neg && neg->HasOnlyOneNonEnvironmentUse()) { in VisitAdd()