Lines Matching defs:DestBitSize
3217 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3223 Check(SrcBitSize > DestBitSize, "DestTy too big for Trunc", &I);
3239 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3241 Check(SrcBitSize < DestBitSize, "Type too small for ZExt", &I);
3253 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3259 Check(SrcBitSize < DestBitSize, "Type too small for SExt", &I);
3270 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3276 Check(SrcBitSize > DestBitSize, "DestTy too big for FPTrunc", &I);
3288 unsigned DestBitSize = DestTy->getScalarSizeInBits();
3294 Check(SrcBitSize < DestBitSize, "DestTy too small for FPExt", &I);