Class UInt32Imm
Defined in File scalar.h
Inheritance Relationships
Base Type
public IntegerImm
Class Documentation
-
class UInt32Imm : public IntegerImm
UInt32Imm defines interface for uint32 data.
Public Functions
-
inline UInt32Imm()
The default constructor for UInt32Imm.
-
inline explicit UInt32Imm(uint32_t v)
The constructor for UInt32Imm.
- Parameters
v – [in] The value of UInt32Imm.
-
~UInt32Imm() override = default
The destructor of UInt32Imm.
-
inline UInt32Imm()