Lines Matching defs:PtrSize
2278 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits();2279 if (MidSize >= PtrSize)2305 // inttoptr, ptrtoint -> bitcast if SrcSize<=PtrSize and SrcSize==DstSize2308 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits();2311 if (SrcSize <= PtrSize && SrcSize == DstSize)