Lines Matching defs:Memcpy
247 auto *Memcpy = cast<MemCpyInst>(Inst);
248 Function *ParentFunc = Memcpy->getFunction();
250 if (shouldExpandMemIntrinsicWithSize(Memcpy->getLength(), TTI)) {
256 expandMemCpyAsLoop(Memcpy, TTI);
258 Memcpy->eraseFromParent();
267 auto *Memcpy = cast<MemCpyInlineInst>(Inst);
268 if (isa<ConstantInt>(Memcpy->getLength()))
271 Function *ParentFunc = Memcpy->getFunction();
273 expandMemCpyAsLoop(Memcpy, TTI);
275 Memcpy->eraseFromParent();