Return the name of this TargetIndex operand, or nullptr if unnamed.
Synopsis
Declared in <llvm/CodeGen/MachineOperand.h>
char const*
getTargetIndexName() const;
Description
Asserts if this MachineOperand is not a TargetIndex.
Return Value
The name of this TargetIndex operand, or nullptr if unnamed.
Created with MrDocs