| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| IntrinsicID_match (Intrinsic::ID IntrID) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const | 
Public Attributes | |
| unsigned | ID | 
Intrinsic matchers.
Definition at line 2741 of file PatternMatch.h.
      
  | 
  inline | 
Definition at line 2744 of file PatternMatch.h.
References ID.
      
  | 
  inline | 
Definition at line 2746 of file PatternMatch.h.
References llvm::dyn_cast(), llvm::dyn_cast_or_null(), F, and ID.
| unsigned llvm::PatternMatch::IntrinsicID_match::ID | 
Definition at line 2742 of file PatternMatch.h.
Referenced by IntrinsicID_match(), and match().