Searched defs:match_combine_and (Results  1 – 2 of 2) sorted by relevance
| /external/llvm/include/llvm/IR/ | 
| D | PatternMatch.h | 101 template <typename LTy, typename RTy> struct match_combine_and {  struct 105   match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}  in match_combine_and()  argument 123 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) {  in m_CombineAnd()  argument
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ | 
| D | PatternMatch.h | 127 template <typename LTy, typename RTy> struct match_combine_and {  struct 131   match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}  in match_combine_and()  function 149 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) {  in m_CombineAnd()  argument
  |