Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h331 constexpr size_t BITS_PER_INPUTS_NUM = 3; member
333 constexpr size_t MAX_STATIC_INPUTS = (1U << BITS_PER_INPUTS_NUM) - 1;
1360 using InputsCount = FieldType::NextField<uint32_t, BITS_PER_INPUTS_NUM>;
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h351 constexpr size_t BITS_PER_INPUTS_NUM = 3; member
353 constexpr size_t MAX_STATIC_INPUTS = (1U << BITS_PER_INPUTS_NUM) - 1;
1695 using InputsCount = FieldType::NextField<uint32_t, BITS_PER_INPUTS_NUM>;

Completed in 11 milliseconds