Home
last modified time | relevance | path

Searched defs:ShiftType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dconstants.h64 enum ShiftType : uint8_t { LSL, LSR, ASR, ROR, INVALID_SHIFT }; enum
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dconstants.h54 enum ShiftType : uint8_t { LSL, LSR, ASR, ROR, INVALID_SHIFT }; enum