Home | History | Annotate | Download | only in TableGen

Lines Matching defs:NI

1805     const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator());
1808 if (NI.getNumOperands() >= 0 &&
1809 getNumChildren() != (unsigned)NI.getNumOperands()) {
1811 itostr(NI.getNumOperands()) + " operands!");
1815 bool MadeChange = NI.ApplyTypeConstraints(this, TP);