|
LLVM 23.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| Argument_match (unsigned OpIdx, const Opnd_t &V) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| unsigned | OpI |
| Opnd_t | Val |
Definition at line 2728 of file PatternMatch.h.
|
inline |
Definition at line 2732 of file PatternMatch.h.
|
inline |
Definition at line 2734 of file PatternMatch.h.
References llvm::dyn_cast(), OpI, and Val.
| unsigned llvm::PatternMatch::Argument_match< Opnd_t >::OpI |
Definition at line 2729 of file PatternMatch.h.
Referenced by Argument_match(), and match().
| Opnd_t llvm::PatternMatch::Argument_match< Opnd_t >::Val |
Definition at line 2730 of file PatternMatch.h.
Referenced by Argument_match(), and match().