Home | History | Annotate | Download | only in IR

Lines Matching refs:CDS

1499   if (const ConstantDataSequential *CDS =
1503 if (CDS->getElementAsInteger(i) >= V1Size*2)
1524 if (ConstantDataSequential *CDS =dyn_cast<ConstantDataSequential>(Mask))
1525 return CDS->getElementAsInteger(i);
1538 if (ConstantDataSequential *CDS=dyn_cast<ConstantDataSequential>(Mask)) {
1540 Result.push_back(CDS->getElementAsInteger(i));