Home | History | Annotate | Download | only in Scalar

Lines Matching refs:srcSize

602   uint64_t srcSize = TD->getTypeAllocSize(srcAlloca->getAllocatedType()) *
605 if (cpyLen < srcSize)
608 // Check that accessing the first srcSize bytes of dest will not cause a
612 // The destination is an alloca. Check it is larger than srcSize.
620 if (destSize < srcSize)
637 if (destSize < srcSize)
690 AliasAnalysis::ModRefResult MR = AA.getModRefInfo(C, cpyDest, srcSize);
693 MR = AA.callCapturesBefore(C, cpyDest, srcSize, &DT);