Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc590 int32_t initial_constant = initial_->AsIntConstant()->GetValue(); in Narrow() local
591 if (upper <= initial_constant) { in Narrow()
595 last_num_in_sequence = initial_constant + in Narrow()
596 ((int64_t)upper - (int64_t)initial_constant) / increment_ * increment_; in Narrow()