Searched refs:InVWidth (Results 1 – 3 of 3) sorted by relevance
1119 unsigned InVWidth = VTy->getNumElements(); in SimplifyDemandedVectorElts() local1120 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()1121 UndefElts2 = APInt(InVWidth, 0); in SimplifyDemandedVectorElts()1124 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()1129 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()1133 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()1137 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()1141 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()1142 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()1158 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()[all …]
997 unsigned InVWidth = VTy->getNumElements(); in SimplifyDemandedVectorElts() local998 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()1001 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()1006 } else if (VWidth > InVWidth) { in SimplifyDemandedVectorElts()1013 Ratio = VWidth/InVWidth; in SimplifyDemandedVectorElts()1025 Ratio = InVWidth/VWidth; in SimplifyDemandedVectorElts()1026 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()1040 if (VWidth > InVWidth) { in SimplifyDemandedVectorElts()1048 } else if (VWidth < InVWidth) { in SimplifyDemandedVectorElts()1054 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()
1295 unsigned InVWidth = VTy->getNumElements(); in SimplifyDemandedVectorElts() local1296 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()1297 UndefElts2 = APInt(InVWidth, 0); in SimplifyDemandedVectorElts()1300 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()1305 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()1309 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()1313 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()1317 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()1318 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()1333 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()[all …]