Inequality operators
Synopses
Declared in <llvm/MC/MCRegister.h>
Return true if this register differs from Other.
constexpr
bool
operator!=(MCRegister const& Other) const;
Return true if this register differs from unsigned constant Other.
constexpr
bool
operator!=(unsigned int Other) const;
Return true if this register differs from integer constant Other.
constexpr
bool
operator!=(int Other) const;
Return true if this register differs from MCPhysReg constant Other.
constexpr
bool
operator!=(MCPhysReg Other) const;
Return Value
-
True if the registers differ.
-
True if the register number differs from
Other. -
True if the register differs from
Other.
Parameters
Name |
Description |
Other |
Register to compare against. |
Created with MrDocs