24 Size +=
sizeof(int8_t);
32 int Sign = Value >> (8 *
sizeof(Value) - 1);
36 unsigned Byte = Value & 0x7f;
38 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
39 Size +=
sizeof(int8_t);
This class represents lattice values for constants.
unsigned getULEB128Size(uint64_t Value)
Utility function to get the size of the ULEB128-encoded value.
unsigned getSLEB128Size(int64_t Value)
Utility function to get the size of the SLEB128-encoded value.
LLVM Value Representation.