LLVM: llvm::PatternMatch::brc_match< Cond_t, TrueBlock_t, FalseBlock_t (original) (raw)

#include "[llvm/IR/PatternMatch.h](PatternMatch%5F8h%5Fsource.html)"

Public Member Functions
brc_match (const Cond_t &C, const TrueBlock_t &t, const FalseBlock_t &f)
template
bool match (OpTy *V) const
Public Attributes
Cond_t Cond
TrueBlock_t T
FalseBlock_t F

template<typename Cond_t, typename TrueBlock_t, typename FalseBlock_t>
struct llvm::PatternMatch::brc_match< Cond_t, TrueBlock_t, FalseBlock_t >

Definition at line 2384 of file PatternMatch.h.

template<typename Cond_t, typename TrueBlock_t, typename FalseBlock_t>

match()

template<typename Cond_t, typename TrueBlock_t, typename FalseBlock_t>

template

Cond

template<typename Cond_t, typename TrueBlock_t, typename FalseBlock_t>

F

template<typename Cond_t, typename TrueBlock_t, typename FalseBlock_t>

T

template<typename Cond_t, typename TrueBlock_t, typename FalseBlock_t>


The documentation for this struct was generated from the following file: