Lines Matching refs:InVWidth
1710 unsigned InVWidth = cast<FixedVectorType>(VTy)->getNumElements(); in SimplifyDemandedVectorElts() local
1711 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()
1712 PoisonElts2 = APInt(InVWidth, 0); in SimplifyDemandedVectorElts()
1715 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1720 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1724 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1728 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1732 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1733 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()
1743 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1745 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1752 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()