Return true if this instruction has exactly one MachineMemOperand.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
bool
hasOneMemOperand() const;
Return Value
True if there is exactly one memory operand.
Created with MrDocs