Lines Matching refs:ChildNo
1857 unsigned ChildNo) {
1858 if (ChildNo >= N.getNumOperands())
1860 return ::CheckType(MatcherTable, MatcherIndex, N.getOperand(ChildNo), TLI);
2192 unsigned ChildNo = Opcode-OPC_RecordChild0;
2193 if (ChildNo >= N.getNumOperands())
2196 RecordedNodes.push_back(std::make_pair(N->getOperand(ChildNo),
2212 unsigned ChildNo = MatcherTable[MatcherIndex++];
2213 if (ChildNo >= N.getNumOperands())
2215 N = N.getOperand(ChildNo);