llvm::PatternMatch::m_Load

Matches LoadInst.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

template<typename OpTy>
OneOps_match<OpTy, Instruction::Load>
m_Load(OpTy const& Op);

Return Value

A matcher for LoadInst.

Parameters

NameDescription
OpSub-pattern for the pointer operand.