Comparisons between register objects
Synopsis
Declared in <llvm/CodeGen/Register.h>
constexpr
bool
operator==(Register const& Other) const;
Return Value
true if the objects are equal, false otherwise
Parameters
Name |
Description |
Other |
The right operand |
Created with MrDocs