Searched refs:InVWidth (Results 1 – 1 of 1) sorted by relevance
1167 unsigned InVWidth = VTy->getNumElements(); in SimplifyDemandedVectorElts() local1168 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()1171 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()1176 } else if (VWidth > InVWidth) { in SimplifyDemandedVectorElts()1183 Ratio = VWidth/InVWidth; in SimplifyDemandedVectorElts()1195 Ratio = InVWidth/VWidth; in SimplifyDemandedVectorElts()1196 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()1210 if (VWidth > InVWidth) { in SimplifyDemandedVectorElts()1218 } else if (VWidth < InVWidth) { in SimplifyDemandedVectorElts()1224 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()