Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_lower.h33 constexpr uint32 kShiftLowerExpandArray = 1U << kLowerExpandArray; variable
104 lowerPhase |= kShiftLowerExpandArray; in SetLowerExpandArray()
139 return lowerPhase & kShiftLowerExpandArray; in IsLowerExpandArray()