Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc378 int64_t off_value = 0; in IsUnitStride() local
379 if (IsConstant(info->op_b, kExact, &off_value)) { in IsUnitStride()
380 *offset = graph->GetConstant(info->op_b->type, off_value); in IsUnitStride()