Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc782 Value extreme = GetVal(info, trip, in_body, is_min); in GenerateCode() local
783 if (IsConstantValue(extreme)) { in GenerateCode()
785 *result = graph->GetIntConstant(extreme.b_constant); in GenerateCode()