Searched refs:new_constant (Results 1 – 1 of 1) sorted by relevance
244 int32_t new_constant; in Add() local251 new_constant = constant_ + c; in Add()253 if (IsConstant() || (IsRelatedToArrayLength() && new_constant <= 0)) { in Add()254 return ValueBound(instruction_, new_constant); in Add()265 new_constant = constant_ + c; in Add()269 return ValueBound(instruction_, new_constant); in Add()