Return true if the specified register number is in the virtual register namespace.

Synopsis

Declared in <llvm/CodeGen/Register.h>

constexpr
bool
isVirtual() const;

Return Value

True if this is a virtual register.

Created with MrDocs