Home | History | Annotate | Download | only in TableGen

Lines Matching refs:MoveChildMatcher

330 /// MoveChildMatcher - This tells the interpreter to move into the
332 class MoveChildMatcher : public Matcher {
335 MoveChildMatcher(unsigned childNo) : Matcher(MoveChild), ChildNo(childNo) {}
348 return cast<MoveChildMatcher>(M)->getChildNo() == getChildNo();