Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CDS

389     ConstantDataSequential *CDS =
391 if (!CDS)
414 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U;
419 if (Index >= CDS->getNumElements())
422 Constant *CV = CDS->getElementAsConstant(Index);