Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc1366 Value extreme = GetVal(info, trip, in_body, is_min); in GenerateCode() local
1367 if (IsConstantValue(extreme)) { in GenerateCode()
1369 *result = graph->GetConstant(type, extreme.b_constant); in GenerateCode()