Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier_shared.cc304 DataType::Type another_packed_type = another_access->GetPackedType(); in TryExtractVecArrayAccessAddress() local
306 DataType::Size(another_packed_type)).Uint32Value(); in TryExtractVecArrayAccessAddress()
307 size_t another_component_shift = DataType::SizeShift(another_packed_type); in TryExtractVecArrayAccessAddress()