Return true if this register differs from unsigned constant Other.
Synopsis
Declared in <llvm/MC/MCRegister.h>
constexpr
bool
operator!=(unsigned int Other) const;
Return Value
True if the register number differs from Other.
Parameters
Name |
Description |
Other |
Unsigned register constant to compare against. |
Created with MrDocs