Home
last modified time | relevance | path

Searched defs:AnyBinaryOp_match (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h389 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct
393 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in AnyBinaryOp_match() argument
403 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() argument