Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CDS

969   if (ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) {
970 // We know that CDS must be a vector of integers. Take the intersection of
974 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) {
975 Elt = CDS->getElementAsInteger(i);