Home | History | Annotate | Download | only in TableGen

Lines Matching defs:N0

2499     const TreePatternNode *N0 = N->getChild(0);
2500 if (!N0->isLeaf() || !isa<DefInit>(N0->getLeafValue()))