Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h373 ASSERT(size < 1U << (BITS_FOR_SIZE - 1U)); in User()
461 static constexpr unsigned BITS_FOR_SIZE = BITS_FOR_INDEX; variable
464 using SizeField = IndexField::NextField<unsigned, BITS_FOR_SIZE>;