Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching refs:NMD

647     const NamedMDNode *NMD = I;
654 StringRef Str = NMD->getName();
661 for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i)
662 Record.push_back(VE.getValueID(NMD->getOperand(i)));