Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc757 int32_t initial_val = initial_->AsIntConstant()->GetValue(); in LoopEntryTestUseful() local
761 return initial_val > end_val; in LoopEntryTestUseful()
763 return initial_val >= end_val; in LoopEntryTestUseful()
768 return initial_val < end_val; in LoopEntryTestUseful()
770 return initial_val <= end_val; in LoopEntryTestUseful()