Home | History | Annotate | Download | only in Utils

Lines Matching defs:MemCpy

252   case LibFunc::memcpy:
816 Value *MemCpy = M->getOrInsertFunction(
822 CallInst *CI = B.CreateCall(MemCpy, {Dst, Src, Len, ObjSize});
823 if (const Function *F = dyn_cast<Function>(MemCpy->stripPointerCasts()))