getTargetIndexName ‐ If this MachineOperand is a TargetIndex that has a name, attempt to get the name. Returns nullptr if the TargetIndex does not have a name. Asserts if MO is not a TargetIndex.

Synopsis

Declared in <llvm/CodeGen/MachineOperand.h>

char const*
getTargetIndexName() const;

Created with MrDocs