Lines Matching full:dstsize
382 /// with an in-memory size smaller than DstSize.
386 uint64_t DstSize, CodeGenFunction &CGF) {
396 if (FirstEltSize < DstSize &&
407 return EnterStructPointerForCoercedAccess(SrcPtr, SrcSTy, DstSize, CGF);
460 uint64_t DstSize = CGF.CGM.getTargetData().getTypeAllocSize(Ty);
463 SrcPtr = EnterStructPointerForCoercedAccess(SrcPtr, SrcSTy, DstSize, CGF);
478 if (SrcSize >= DstSize) {
479 // Generally SrcSize is never greater than DstSize, since this means we are
561 uint64_t DstSize = CGF.CGM.getTargetData().getTypeAllocSize(DstTy);
564 if (SrcSize <= DstSize) {
573 // Generally SrcSize is never greater than DstSize, since this means we are