Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching refs:CDS

921     } else if (const ConstantDataSequential *CDS =
928 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i)
929 Record.push_back(VE.getValueID(CDS->getElementAsConstant(i)));