Home | History | Annotate | Download | only in Writer

Lines Matching refs:NMD

804     const NamedMDNode *NMD = I;
811 StringRef Str = NMD->getName();
818 for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i)
819 Record.push_back(VE.getValueID(NMD->getOperand(i)));