Searched defs:BinaryOp_match (Results 1 – 2 of 2) sorted by relevance
271 struct BinaryOp_match { struct275 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinaryOp_match() function291 inline BinaryOp_match<LHS, RHS, Instruction::Add> argument
415 struct BinaryOp_match { struct419 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinaryOp_match() argument434 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L, in m_Add() argument