Home | History | Annotate | Download | only in IR

Lines Matching full:dstsize

2288       unsigned DstSize = DstTy->getScalarSizeInBits();
2289 if (SrcSize == DstSize)
2291 else if (SrcSize < DstSize)
2305 // inttoptr, ptrtoint -> bitcast if SrcSize<=PtrSize and SrcSize==DstSize
2310 unsigned DstSize = DstTy->getScalarSizeInBits();
2311 if (SrcSize <= PtrSize && SrcSize == DstSize)