Class UInt64Imm

Inheritance Relationships

Base Type

  • public IntegerImm

Class Documentation

class UInt64Imm : public IntegerImm

\beief UInt64Imm defines interface for uint64 data.

Public Functions

inline UInt64Imm()

\beief The default constructor for UInt64Imm.

inline explicit UInt64Imm(uint64_t v)

The constructor for UInt64Imm.

Parameters

v[in] The value of UInt64Imm.

~UInt64Imm() override = default

The destructor of UInt64Imm.