Home | History | Annotate | Download | only in Writer

Lines Matching refs:CDS

1481     } else if (const ConstantDataSequential *CDS =
1484 Type *EltTy = CDS->getType()->getElementType();
1486 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i)
1487 Record.push_back(CDS->getElementAsInteger(i));
1489 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) {
1491 F = CDS->getElementAsFloat(i);
1496 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) {
1498 F = CDS->getElementAsDouble(i);