Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching refs:CDS

950     } else if (const ConstantDataSequential *CDS =
953 Type *EltTy = CDS->getType()->getElementType();
955 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i)
956 Record.push_back(CDS->getElementAsInteger(i));
958 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) {
960 F = CDS->getElementAsFloat(i);
965 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) {
967 F = CDS->getElementAsDouble(i);