Lines Matching defs:SrcBitSize
3259 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3266 Check(SrcBitSize > DestBitSize, "DestTy too big for Trunc", &I);
3281 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3284 Check(SrcBitSize < DestBitSize, "Type too small for ZExt", &I);
3295 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3302 Check(SrcBitSize < DestBitSize, "Type too small for SExt", &I);
3312 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3319 Check(SrcBitSize > DestBitSize, "DestTy too big for FPTrunc", &I);
3330 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
3337 Check(SrcBitSize < DestBitSize, "DestTy too small for FPExt", &I);