Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Ratio

1122     unsigned Ratio;
1127 Ratio = 1;
1133 Ratio = VWidth / InVWidth;
1136 InputDemandedElts.setBit(OutIdx / Ratio);
1141 Ratio = InVWidth / VWidth;
1143 if (DemandedElts[InIdx / Ratio])
1165 if (UndefElts2[OutIdx / Ratio])
1172 APInt SubUndef = UndefElts2.lshr(OutIdx * RatioRatio);
1173 if (SubUndef.countPopulation() == Ratio)