Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.h368 static ShiftType GetShiftTypeByOpcode(Opcode opcode);
Dlowering.cpp662 ShiftType Lowering::GetShiftTypeByOpcode(Opcode opcode) in GetShiftTypeByOpcode() function in ark::compiler::Lowering
961 ShiftType shiftType = GetShiftTypeByOpcode(shiftInst->GetOpcode()); in LowerOperationWithShiftedOperand()