Return true if this register differs from Other.

Synopsis

Declared in <llvm/MC/MCRegister.h>

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

Return Value

True if the registers differ.

Parameters

Name

Description

Other

Register to compare against.

Created with MrDocs