Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CDS

1124     if (const ConstantDataSequential *CDS =
1127 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) {
1128 SDNode *Val = getValue(CDS->getElementAsConstant(i)).getNode();
1135 if (isa<ArrayType>(CDS->getType()))