Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching refs:CDS

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