Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:childno

2344              unsigned ChildNo) {
2345 if (ChildNo >= N.getNumOperands())
2347 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo),
2386 unsigned ChildNo) {
2387 if (ChildNo >= N.getNumOperands())
2389 return ::CheckType(MatcherTable, MatcherIndex, N.getOperand(ChildNo), TLI,
2424 SDValue N, unsigned ChildNo) {
2425 if (ChildNo >= N.getNumOperands())
2427 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo));
2788 unsigned ChildNo = Opcode-OPC_RecordChild0;
2789 if (ChildNo >= N.getNumOperands())
2792 RecordedNodes.push_back(std::make_pair(N->getOperand(ChildNo),
2808 unsigned ChildNo = MatcherTable[MatcherIndex++];
2809 if (ChildNo >= N.getNumOperands())
2811 N = N.getOperand(ChildNo);