llvm::Instruction::getAccessType

Return the type this instruction accesses in memory, if any.

Synopsis

Declared in <llvm/IR/Instruction.h>

Type*
getAccessType() const;

Return Value

The accessed type, or null if there is none.