SubWithoutOverflow  195 src/hydrogen-instructions.cc   lower_ = SubWithoutOverflow(lower_, other->upper(), &may_overflow);
SubWithoutOverflow  196 src/hydrogen-instructions.cc   upper_ = SubWithoutOverflow(upper_, other->lower(), &may_overflow);