Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc444 int32_t initial_constant = initial_->AsIntConstant()->GetValue(); in Narrow() local
445 if (upper <= initial_constant) { in Narrow()
449 last_num_in_sequence = initial_constant + in Narrow()
450 ((int64_t)upper - (int64_t)initial_constant) / increment_ * increment_; in Narrow()