Return true if there is exactly one operand defining the specified register.
Synopsis
Declared in <llvm/CodeGen/MachineRegisterInfo.h>
bool
hasOneDef(Register RegNo) const;
Return Value
True if exactly one operand defines RegNo.
Parameters
Name |
Description |
RegNo |
Register to test for a unique defining operand. |
Created with MrDocs