Searched refs:end_val (Results 1 – 1 of 1) sorted by relevance
758 int32_t end_val = end_->AsIntConstant()->GetValue(); in LoopEntryTestUseful() local761 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()