Searched refs:another_access (Results 1 – 2 of 2) sorted by relevance
83 HArrayGet* another_access = user->AsArrayGet(); in TryExtractArrayAccessIndex() local84 DataType::Type another_packed_type = another_access->GetType(); in TryExtractArrayAccessIndex()91 HArraySet* another_access = user->AsArraySet(); in TryExtractArrayAccessIndex() local92 DataType::Type another_packed_type = another_access->GetType(); in TryExtractArrayAccessIndex()99 HIntermediateArrayAddressIndex* another_access = user->AsIntermediateArrayAddressIndex(); in TryExtractArrayAccessIndex() local100 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractArrayAccessIndex()
303 HVecMemoryOperation* another_access = user->AsVecMemoryOperation(); in TryExtractVecArrayAccessAddress() local304 DataType::Type another_packed_type = another_access->GetPackedType(); in TryExtractVecArrayAccessAddress()313 HIntermediateAddressIndex* another_access = user->AsIntermediateAddressIndex(); in TryExtractVecArrayAccessAddress() local314 uint32_t another_data_offset = another_access->GetOffset()->AsIntConstant()->GetValue(); in TryExtractVecArrayAccessAddress()315 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractVecArrayAccessAddress()