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 2696 of file PatternMatch.h.
|
inline |
Definition at line 2700 of file PatternMatch.h.
|
inline |
Definition at line 2702 of file PatternMatch.h.
References llvm::dyn_cast(), OpI, and Val.
unsigned llvm::PatternMatch::Argument_match< Opnd_t >::OpI |
Definition at line 2697 of file PatternMatch.h.
Referenced by Argument_match(), and match().
Opnd_t llvm::PatternMatch::Argument_match< Opnd_t >::Val |
Definition at line 2698 of file PatternMatch.h.
Referenced by Argument_match(), and match().