Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc392 int64_t off_value = 0; in IsUnitStride() local
393 if (IsConstant(context, loop, info->op_b, kExact, &off_value)) { in IsUnitStride()
394 *offset = graph->GetConstant(info->op_b->type, off_value); in IsUnitStride()