Searched refs:ValueBits (Results 1 – 4 of 4) sorted by relevance
31 class ValueBits : public BitField8<unsigned, 0, 7> {}; class58 more = encoded > ValueBits::kMax; in EncodeInt()60 MoreBit::encode(more) | ValueBits::encode(encoded & ValueBits::kMask); in EncodeInt()62 encoded >>= ValueBits::kSize; in EncodeInt()86 ValueBits::decode(current)) in DecodeInt()89 shift += ValueBits::kSize; in DecodeInt()
112 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local118 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
144 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local150 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
213 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local219 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()