Home
last modified time | relevance | path

Searched refs:new_constant (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc258 int32_t new_constant; in Add() local
265 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()