Equality operators
Declared in <llvm/CodeGen/Register.h>
Return true if this register equals Other.
constexpr
bool
operator==(Register const& Other) const;
» more...
Return true if this register equals Other.
constexpr
bool
operator==(MCRegister const& Other) const;
» more...
Return true if this register's number equals unsigned constant Other.
constexpr
bool
operator==(unsigned int Other) const;
» more...
Return true if this register's number equals integer constant Other.
constexpr
bool
operator==(int Other) const;
» more...
Compare this register to a physical register constant.
constexpr
bool
operator==(MCPhysReg Other) const;
» more...
Other.Other.| Name | Description |
|---|---|
| Other | Register to compare against. |