Return true if this register operand is a use rather than a definition.

Synopsis

Declared in <llvm/CodeGen/MachineOperand.h>

bool
isUse() const;

Return Value

True if this register operand is a use.

Created with MrDocs