Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h586 struct AnyBinaryOp_match { struct
592 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in AnyBinaryOp_match() argument
604 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() argument
605 return AnyBinaryOp_match<LHS, RHS>(L, R); in m_BinOp()
1633 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) {
1634 return AnyBinaryOp_match<LHS, RHS, true>(L, R);
/external/llvm/include/llvm/IR/
DPatternMatch.h392 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct
396 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in AnyBinaryOp_match() argument
406 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() argument
407 return AnyBinaryOp_match<LHS, RHS>(L, R); in m_BinOp()