Return true if this instruction may read memory.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
mayReadFromMemory() const;

Return Value

True if this instruction may read memory.

Created with MrDocs