Searched refs:array_index2 (Results 1 – 1 of 1) sorted by relevance
353 HInstruction* array_index2 = loc2->GetIndex(); in ComputeMayAlias() local355 DCHECK(array_index2 != nullptr); in ComputeMayAlias()357 array_index2->IsIntConstant() && in ComputeMayAlias()358 array_index1->AsIntConstant()->GetValue() != array_index2->AsIntConstant()->GetValue()) { in ComputeMayAlias()