Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching refs:NMD

630     const NamedMDNode *NMD = I;
637 StringRef Str = NMD->getName();
644 for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i)
645 Record.push_back(VE.getValueID(NMD->getOperand(i)));