llvm::MemSDNode::getMemOperand

Return the unique MachineMemOperand for this memory operation.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

MachineMemOperand*
getMemOperand() const;

Description

Asserts if multiple MMOs are present - use memoperands() instead.

Return Value

The unique MachineMemOperand describing the memory reference.