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