Searched defs:brc_match (Results 1 – 2 of 2) sorted by relevance
924 template <typename Cond_t> struct brc_match { struct927 brc_match(const Cond_t &C, BasicBlock *&t, BasicBlock *&f) in brc_match() argument942 inline brc_match<Cond_t> m_Br(const Cond_t &C, BasicBlock *&T, BasicBlock *&F) { in m_Br() argument
1427 struct brc_match { struct1432 brc_match(const Cond_t &C, const TrueBlock_t &t, const FalseBlock_t &f) in brc_match() argument1444 inline brc_match<Cond_t, bind_ty<BasicBlock>, bind_ty<BasicBlock>> argument