Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc215 int32_t new_constant; in Add() local
222 new_constant = constant_ + c; in Add()
224 if (IsConstant() || (IsRelatedToArrayLength() && new_constant <= 0)) { in Add()
225 return ValueBound(instruction_, new_constant); in Add()
236 new_constant = constant_ + c; in Add()
240 return ValueBound(instruction_, new_constant); in Add()