Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching refs:NMD

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