Lines Matching defs:SrcBitSize
3216 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3223 Check(SrcBitSize > DestBitSize, "DestTy too big for Trunc", &I);
3238 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3241 Check(SrcBitSize < DestBitSize, "Type too small for ZExt", &I);
3252 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3259 Check(SrcBitSize < DestBitSize, "Type too small for SExt", &I);
3269 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3276 Check(SrcBitSize > DestBitSize, "DestTy too big for FPTrunc", &I);
3287 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3294 Check(SrcBitSize < DestBitSize, "DestTy too small for FPExt", &I);