Searched refs:GetShift (Results 1 – 8 of 8) sorted by relevance
112 HInstruction* GetShift() const { return InputAt(1); } in GetShift() function
100 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractArrayAccessIndex()
218 } else if (mem_op.GetShift() != vixl::aarch64::NO_SHIFT) { in OperandFromMemOperand()220 mem_op.GetShift(), in OperandFromMemOperand()
170 HInstruction* GetShift() const { return InputAt(2); } in GetShift() function
315 size_t another_component_shift = another_access->GetShift()->AsIntConstant()->GetValue(); in TryExtractVecArrayAccessAddress()
3280 HIntConstant* shift = instruction->GetShift()->AsIntConstant(); in VisitIntermediateArrayAddressIndex()3291 uint32_t shift = instruction->GetShift()->AsIntConstant()->GetValue(); in VisitIntermediateArrayAddressIndex()
2222 HIntConstant* shift = instruction->GetShift()->AsIntConstant(); in VisitIntermediateAddressIndex()
260 return GetValue() << GetShift(); in BIT_TABLE_HEADER()