Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching refs:NMD

596     const NamedMDNode *NMD = I;
603 StringRef Str = NMD->getName();
610 for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i)
611 Record.push_back(VE.getValueID(NMD->getOperand(i)));