Lines Matching defs:CDS
4983 if (auto *CDS = dyn_cast<ConstantDataSequential>(Cst)) {
4984 Type *Ty = CDS->getType();
4986 Type *EltTy = CDS->getElementType();
4993 for (unsigned I = 0, E = CDS->getNumElements(); I != E; ++I)
4995 Mask.insertBits(CDS->getElementAsAPInt(I), I * EltBits);
4997 Mask.insertBits(CDS->getElementAsAPFloat(I).bitcastToAPInt(),