| 
    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 2720 of file PatternMatch.h.
      
  | 
  inline | 
Definition at line 2724 of file PatternMatch.h.
      
  | 
  inline | 
Definition at line 2726 of file PatternMatch.h.
References llvm::dyn_cast(), OpI, and Val.
| unsigned llvm::PatternMatch::Argument_match< Opnd_t >::OpI | 
Definition at line 2721 of file PatternMatch.h.
Referenced by Argument_match(), and match().
| Opnd_t llvm::PatternMatch::Argument_match< Opnd_t >::Val | 
Definition at line 2722 of file PatternMatch.h.
Referenced by Argument_match(), and match().