llvm::Register::operator!=

Return true if this register's number differs from unsigned constant Other.

Synopsis

Declared in <llvm/CodeGen/Register.h>

constexpr
bool
operator!=(unsigned int Other) const;

Return Value

True if the register number differs from Other.

Parameters

NameDescription
OtherUnsigned register constant to compare against.