| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| TLI_pred_match (const PredFuncT &Pred, const Pattern &P) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &Ctx, SDValue N) | 
Public Attributes | |
| Pattern | P | 
| PredFuncT | PredFunc | 
Definition at line 207 of file SDPatternMatch.h.
      
  | 
  inline | 
Definition at line 211 of file SDPatternMatch.h.
| Pattern llvm::SDPatternMatch::TLI_pred_match< Pattern, PredFuncT >::P | 
Definition at line 208 of file SDPatternMatch.h.
Referenced by match(), and TLI_pred_match().
| PredFuncT llvm::SDPatternMatch::TLI_pred_match< Pattern, PredFuncT >::PredFunc | 
Definition at line 209 of file SDPatternMatch.h.
Referenced by match(), and TLI_pred_match().