Home
last modified time | relevance | path

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

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