Lines Matching defs:v4
202 int v4 = MulWithoutOverflow(upper_, other->upper(), &may_overflow);203 lower_ = Min(Min(v1, v2), Min(v3, v4));204 upper_ = Max(Max(v1, v2), Max(v3, v4));