LLVM 22.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 2688 of file PatternMatch.h.
|
inline |
Definition at line 2692 of file PatternMatch.h.
|
inline |
Definition at line 2694 of file PatternMatch.h.
References llvm::dyn_cast(), OpI, and Val.
unsigned llvm::PatternMatch::Argument_match< Opnd_t >::OpI |
Definition at line 2689 of file PatternMatch.h.
Referenced by Argument_match(), and match().
Opnd_t llvm::PatternMatch::Argument_match< Opnd_t >::Val |
Definition at line 2690 of file PatternMatch.h.
Referenced by Argument_match(), and match().