Home
last modified time | relevance | path

Searched refs:SHIFT_TYPE_NAMES (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h253 inline constexpr std::array<const char *, ShiftType::INVALID_SHIFT + 1> SHIFT_TYPE_NAMES = {"LSL", "LSR", "ASR", "ROR", member
260 return internal::SHIFT_TYPE_NAMES[type]; in GetShiftTypeStr()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h215 inline constexpr std::array<const char *, ShiftType::INVALID_SHIFT + 1> SHIFT_TYPE_NAMES = {"LSL", "LSR", "ASR", "ROR", member
222 return internal::SHIFT_TYPE_NAMES[type]; in GetShiftTypeStr()

Completed in 12 milliseconds