Lines Matching refs:InVWidth
1766 unsigned InVWidth = cast<FixedVectorType>(VTy)->getNumElements(); in SimplifyDemandedVectorElts() local
1767 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()
1768 PoisonElts2 = APInt(InVWidth, 0); in SimplifyDemandedVectorElts()
1771 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1776 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1780 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1784 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1788 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1789 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()
1799 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1801 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1808 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()