Return true if this register's number differs from unsigned constant Other.
Declared in <llvm/CodeGen/Register.h>
constexpr
bool
operator!=(unsigned int Other) const;
True if the register number differs from Other.
| Name | Description |
|---|---|
| Other | Unsigned register constant to compare against. |