| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| brc_match (const Cond_t &C, const TrueBlock_t &t, const FalseBlock_t &f) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const | 
Public Attributes | |
| Cond_t | Cond | 
| TrueBlock_t | T | 
| FalseBlock_t | F | 
Definition at line 2370 of file PatternMatch.h.
      
  | 
  inline | 
Definition at line 2375 of file PatternMatch.h.
References llvm::CallingConv::C, Cond, F, and T.
      
  | 
  inline | 
Definition at line 2378 of file PatternMatch.h.
References Cond, llvm::dyn_cast(), F, and T.
| Cond_t llvm::PatternMatch::brc_match< Cond_t, TrueBlock_t, FalseBlock_t >::Cond | 
Definition at line 2371 of file PatternMatch.h.
Referenced by brc_match(), and match().
| FalseBlock_t llvm::PatternMatch::brc_match< Cond_t, TrueBlock_t, FalseBlock_t >::F | 
Definition at line 2373 of file PatternMatch.h.
Referenced by brc_match(), and match().
| TrueBlock_t llvm::PatternMatch::brc_match< Cond_t, TrueBlock_t, FalseBlock_t >::T | 
Definition at line 2372 of file PatternMatch.h.
Referenced by brc_match(), and match().