Home | History | Annotate | Download | only in compiler

Lines Matching refs:ValueField

371     value_ |= static_cast<int64_t>(value) << ValueField::kShift;
378 return static_cast<int64_t>(value_) >> ValueField::kShift;
383 return static_cast<int64_t>(value_) >> ValueField::kShift;
394 class ValueField : public BitField64<int32_t, 32, 32> {};