Home | History | Annotate | Download | only in TableGen

Lines Matching defs:MoveChildMatcher

309 /// MoveChildMatcher - This tells the interpreter to move into the
311 class MoveChildMatcher : public Matcher {
314 MoveChildMatcher(unsigned childNo) : Matcher(MoveChild), ChildNo(childNo) {}
325 return cast<MoveChildMatcher>(M)->getChildNo() == getChildNo();