Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h369 …: properties_(IsStaticFlag::Encode(is_static) | IndexField::Encode(index) | SizeField::Encode(size… in User()
396 return IndexField::Decode(properties_); in GetIndex()
463 using IndexField = BitField<unsigned, 0, BITS_FOR_INDEX>; variable
464 using SizeField = IndexField::NextField<unsigned, BITS_FOR_SIZE>;