Lines Matching defs:DestBitSize
3260 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3266 Check(SrcBitSize > DestBitSize, "DestTy too big for Trunc", &I);
3282 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3284 Check(SrcBitSize < DestBitSize, "Type too small for ZExt", &I);
3296 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3302 Check(SrcBitSize < DestBitSize, "Type too small for SExt", &I);
3313 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3319 Check(SrcBitSize > DestBitSize, "DestTy too big for FPTrunc", &I);
3331 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3337 Check(SrcBitSize < DestBitSize, "DestTy too small for FPExt", &I);