Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching refs:NMD

601     const NamedMDNode *NMD = I;
608 StringRef Str = NMD->getName();
615 for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i)
616 Record.push_back(VE.getValueID(NMD->getOperand(i)));