Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc352 HInstruction* array_index1 = loc1->GetIndex(); in ComputeMayAlias() local
354 DCHECK(array_index1 != nullptr); in ComputeMayAlias()
356 if (array_index1->IsIntConstant() && in ComputeMayAlias()
358 array_index1->AsIntConstant()->GetValue() != array_index2->AsIntConstant()->GetValue()) { in ComputeMayAlias()