Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:CDS

792   } else if (const ConstantDataSequential *CDS =
794 if (CDS->isString()) {
797 StringRef Str = CDS->getAsString();
810 // TODO: Could generate more efficient code generating CDS calls instead.
813 for (unsigned i = 0; i != CDS->getNumElements(); ++i) {
814 Constant *Elt = CDS->getElementAsConstant(i);
821 if (isa<ArrayType>(CDS->getType()))