Home | History | Annotate | Download | only in IR

Lines Matching refs:SrcBitSize

2029   unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
2036 Assert(SrcBitSize > DestBitSize, "DestTy too big for Trunc", &I);
2051 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
2054 Assert(SrcBitSize < DestBitSize, "Type too small for ZExt", &I);
2065 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
2072 Assert(SrcBitSize < DestBitSize, "Type too small for SExt", &I);
2082 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
2089 Assert(SrcBitSize > DestBitSize, "DestTy too big for FPTrunc", &I);
2100 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
2107 Assert(SrcBitSize < DestBitSize, "DestTy too small for FPExt", &I);