Return true if this register equals Other.
Synopsis
Declared in <llvm/CodeGen/Register.h>
constexpr
bool
operator==(Register const& Other) const;
Return Value
True if the registers are equal.
Parameters
Name |
Description |
Other |
Register to compare against. |
Created with MrDocs