Home | History | Annotate | Download | only in X86

Lines Matching refs:Ratio

6659   // Find the expansion ratio, e.g. expanding from i8 to i32 has a ratio of 4.
6665 // The maximal ratio is 8, i.e. from i8 to i64.
6707 unsigned Ratio = V.getValueSizeInBits() / V1.getValueSizeInBits();
6711 FullVT.getVectorNumElements()/Ratio);