| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| AnyUnaryOp_match (const OP_t &X) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const | 
Public Attributes | |
| OP_t | X | 
Definition at line 1148 of file PatternMatch.h.
      
  | 
  inline | 
Definition at line 1151 of file PatternMatch.h.
References X.
      
  | 
  inline | 
Definition at line 1153 of file PatternMatch.h.
References llvm::dyn_cast(), I, and X.
| OP_t llvm::PatternMatch::AnyUnaryOp_match< OP_t >::X | 
Definition at line 1149 of file PatternMatch.h.
Referenced by AnyUnaryOp_match(), and match().