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 2346 of file PatternMatch.h.
|
inline |
Definition at line 2351 of file PatternMatch.h.
References llvm::CallingConv::C, Cond, F, and T.
|
inline |
Definition at line 2354 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 2347 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 2349 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 2348 of file PatternMatch.h.
Referenced by brc_match(), and match().