Searched defs:AnyBinaryOp_match (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | PatternMatch.h | 392 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct in namespace:llvm::PatternMatch 396 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::AnyBinaryOp_match 406 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { 407 return AnyBinaryOp_match<LHS, RHS>(L, R); |
Completed in 87 milliseconds