Searched refs:InVWidth (Results 1 – 1 of 1) sorted by relevance
1766 unsigned InVWidth = cast<FixedVectorType>(VTy)->getNumElements(); in SimplifyDemandedVectorElts() local1767 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()[all …]