Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Ratio

164     unsigned Ratio = NumSrcElt/NumDstElt;
170 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1);
171 for (unsigned j = 0; j != Ratio; ++j) {
193 unsigned Ratio = NumDstElt/NumSrcElt;
202 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1);
203 for (unsigned j = 0; j != Ratio; ++j) {