Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching refs:NMD

642     const NamedMDNode *NMD = I;
649 StringRef Str = NMD->getName();
656 for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i)
657 Record.push_back(VE.getValueID(NMD->getOperand(i)));