|
LLVM 23.0.0git
|
Matches a simple (non-volatile, non-atomic) LoadInst. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| LoadSimple_match (const OpTy &Op) | |
| template<typename ITy> | |
| bool | match (ITy *V) const |
Public Attributes | |
| OneOps_match< OpTy, Instruction::Load > | Base |
Matches a simple (non-volatile, non-atomic) LoadInst.
Definition at line 2049 of file PatternMatch.h.
|
inline |
Definition at line 2052 of file PatternMatch.h.
References Base.
|
inline |
Definition at line 2054 of file PatternMatch.h.
References Base, and llvm::cast().
| OneOps_match<OpTy, Instruction::Load> llvm::PatternMatch::LoadSimple_match< OpTy >::Base |
Definition at line 2050 of file PatternMatch.h.
Referenced by LoadSimple_match(), and match().