Home | History | Annotate | Download | only in optimizing

Lines Matching refs:new_constant

258     int32_t new_constant;
265 new_constant = constant_ + c;
267 if (IsConstant() || (IsRelatedToArrayLength() && new_constant <= 0)) {
268 return ValueBound(instruction_, new_constant);
279 new_constant = constant_ + c;
280 // Regardless of the value new_constant, (array.length+new_constant) will
283 return ValueBound(instruction_, new_constant);