Searched refs:AnyBinaryOp_match (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 731 struct AnyBinaryOp_match { struct 737 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in AnyBinaryOp_match() function 749 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() argument 750 return AnyBinaryOp_match<LHS, RHS>(L, R); in m_BinOp() 1845 inline AnyBinaryOp_match<LHS, RHS, true> m_c_BinOp(const LHS &L, const RHS &R) { 1846 return AnyBinaryOp_match<LHS, RHS, true>(L, R);
|