llvm::Register::operator!=

Return true if this register differs from Other.

Synopsis

Declared in <llvm/CodeGen/Register.h>

constexpr
bool
operator!=(Register const& Other) const;

Return Value

True if the registers differ.

Parameters

NameDescription
OtherRegister to compare against.