Home | History | Annotate | Download | only in TableGen

Lines Matching refs:MoveChildMatcher

329 /// MoveChildMatcher - This tells the interpreter to move into the
331 class MoveChildMatcher : public Matcher {
334 MoveChildMatcher(unsigned childNo) : Matcher(MoveChild), ChildNo(childNo) {}
347 return cast<MoveChildMatcher>(M)->getChildNo() == getChildNo();