Lines Matching refs:InVWidth
1448 unsigned InVWidth = cast<FixedVectorType>(VTy)->getNumElements(); in SimplifyDemandedVectorElts() local
1449 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()
1450 UndefElts2 = APInt(InVWidth, 0); in SimplifyDemandedVectorElts()
1453 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1458 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1462 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1466 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1470 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1471 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()
1481 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1483 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1490 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()