Searched refs:another_component_shift (Results 1 – 2 of 2) sorted by relevance
85 size_t another_component_shift = DataType::SizeShift(another_packed_type); in TryExtractArrayAccessIndex() local86 if (another_component_shift == component_shift) { in TryExtractArrayAccessIndex()93 size_t another_component_shift = DataType::SizeShift(another_packed_type); in TryExtractArrayAccessIndex() local94 if (another_component_shift == component_shift) { in TryExtractArrayAccessIndex()100 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractArrayAccessIndex() local101 if (another_component_shift == component_shift) { in TryExtractArrayAccessIndex()
307 size_t another_component_shift = DataType::SizeShift(another_packed_type); in TryExtractVecArrayAccessAddress() local308 if (another_data_offset == data_offset && another_component_shift == component_shift) { in TryExtractVecArrayAccessAddress()315 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractVecArrayAccessAddress() local316 if (another_data_offset == data_offset && another_component_shift == component_shift) { in TryExtractVecArrayAccessAddress()