Searched refs:getChildNo (Results 1 – 4 of 4) sorted by relevance
45 if (MC->getChildNo() < 8) // Only have RecordChild0...7 in ContractNodes()46 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()50 if (MC->getChildNo() < 8 && // Only have CheckChildType0...7 in ContractNodes()52 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType()); in ContractNodes()55 if (MC->getChildNo() < 4) // Only have CheckChildSame0...3 in ContractNodes()56 New = new CheckChildSameMatcher(MC->getChildNo(), CS->getMatchNumber()); in ContractNodes()59 if (MC->getChildNo() < 5) // Only have CheckChildInteger0...4 in ContractNodes()60 New = new CheckChildIntegerMatcher(MC->getChildNo(), CI->getValue()); in ContractNodes()63 if (MC->getChildNo() == 2) // Only have CheckChild2CondCode in ContractNodes()
383 if (CC->getChildNo() != getChildNo()) in isContradictoryImpl()401 if (CCIM->getChildNo() != getChildNo()) in isContradictoryImpl()
275 unsigned getChildNo() const { return ChildNo; } in getChildNo() function286 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()327 unsigned getChildNo() const { return ChildNo; } in getChildNo() function336 return cast<MoveChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()387 unsigned getChildNo() const { return ChildNo; } in getChildNo() function555 unsigned getChildNo() const { return ChildNo; } in getChildNo() function603 unsigned getChildNo() const { return ChildNo; } in getChildNo() function
428 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher()450 if (MCM->getChildNo() >= 8) in EmitMatcher()452 OS << MCM->getChildNo() << ",\n"; in EmitMatcher()453 return (MCM->getChildNo() >= 8) ? 2 : 1; in EmitMatcher()467 << cast<CheckChildSameMatcher>(N)->getChildNo() << "Same, " in EmitMatcher()584 << cast<CheckChildTypeMatcher>(N)->getChildNo() << "Type, " in EmitMatcher()596 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()