Home | History | Annotate | Download | only in IR

Lines Matching refs:Left

98   match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}