Home | History | Annotate | Download | only in Writer

Lines Matching refs:NMD

758     const NamedMDNode *NMD = I;
765 StringRef Str = NMD->getName();
772 for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i)
773 Record.push_back(VE.getValueID(NMD->getOperand(i)));