Home | History | Annotate | Download | only in IR

Lines Matching refs:V1Size

1592     unsigned V1Size = cast<VectorType>(V1->getType())->getNumElements();
1595 if (CI->uge(V1Size*2))
1606 unsigned V1Size = cast<VectorType>(V1->getType())->getNumElements();
1608 if (CDS->getElementAsInteger(i) >= V1Size*2)