Home | History | Annotate | Download | only in IR

Lines Matching refs:CDS

266   if (const ConstantDataSequential *CDS =dyn_cast<ConstantDataSequential>(this))
267 return Elt < CDS->getNumElements() ? CDS->getElementAsConstant(Elt)
2462 // The bucket can point to a linked list of different CDS's that have the same
2489 assert(Slot != CDSConstants.end() && "CDS not found in uniquing table");
2579 /// getString - This method constructs a CDS and initializes it with a text
2703 default: llvm_unreachable("Invalid bitwidth for CDS");