Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc353 HInstruction* array_index2 = loc2->GetIndex(); in ComputeMayAlias() local
355 DCHECK(array_index2 != nullptr); in ComputeMayAlias()
357 array_index2->IsIntConstant() && in ComputeMayAlias()
358 array_index1->AsIntConstant()->GetValue() != array_index2->AsIntConstant()->GetValue()) { in ComputeMayAlias()