Lines Matching refs:InVWidth
1368 unsigned InVWidth = VTy->getNumElements(); in SimplifyDemandedVectorElts() local
1369 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()
1370 UndefElts2 = APInt(InVWidth, 0); in SimplifyDemandedVectorElts()
1373 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1378 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1382 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1386 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1390 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1391 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()
1401 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1403 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1410 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()