Lines Matching defs:CopySize
1426 Value *CopySize = MemCpy->getLength();
1428 if (MemSetSize != CopySize) {
1438 auto *CCopySize = dyn_cast<ConstantInt>(CopySize);
1444 // interested in the bytes from MemSetSize..CopySize here, but as we can't
1445 // easily represent this location, we use the full 0..CopySize range.
1452 if (hasUndefContents(MSSA, BAA, MemCpy->getSource(), MD, CopySize))
1457 CopySize = MemSetSize;
1464 CopySize, MemCpy->getDestAlign());
1778 if (auto *CopySize = dyn_cast<ConstantInt>(M->getLength())) {
1781 TypeSize::getFixed(CopySize->getZExtValue()),