Lines Matching defs:CDS
4819 if (auto *CDS = dyn_cast<ConstantDataSequential>(Cst)) {
4820 Type *Ty = CDS->getType();
4822 Type *EltTy = CDS->getElementType();
4829 for (unsigned I = 0, E = CDS->getNumElements(); I != E; ++I)
4831 Mask.insertBits(CDS->getElementAsAPInt(I), I * EltBits);
4833 Mask.insertBits(CDS->getElementAsAPFloat(I).bitcastToAPInt(),