Searched refs:new_constant (Results 1 – 1 of 1) sorted by relevance
258 int32_t new_constant; in Add() local265 new_constant = constant_ + c; in Add()267 if (IsConstant() || (IsRelatedToArrayLength() && new_constant <= 0)) { in Add()268 return ValueBound(instruction_, new_constant); in Add()279 new_constant = constant_ + c; in Add()283 return ValueBound(instruction_, new_constant); in Add()