Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DstBitSize

200   unsigned DstBitSize = DL.getTypeSizeInBits(DstEltTy);
208 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1);
214 ShiftAmt += isLittleEndian ? DstBitSize : -DstBitSize;
219 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize);