Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Ratio

999     unsigned Ratio;
1004 Ratio = 1;
1013 Ratio = VWidth/InVWidth;
1016 InputDemandedElts.setBit(OutIdx/Ratio);
1025 Ratio = InVWidth/VWidth;
1027 if (DemandedElts[InIdx/Ratio])
1046 if (UndefElts2[OutIdx/Ratio])
1056 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit.