Searched refs:array_index1 (Results 1 – 1 of 1) sorted by relevance
352 HInstruction* array_index1 = loc1->GetIndex(); in ComputeMayAlias() local354 DCHECK(array_index1 != nullptr); in ComputeMayAlias()356 if (array_index1->IsIntConstant() && in ComputeMayAlias()358 array_index1->AsIntConstant()->GetValue() != array_index2->AsIntConstant()->GetValue()) { in ComputeMayAlias()