Home | History | Annotate | Download | only in IR

Lines Matching defs:CreateMemCpy

405   CallInst *CreateMemCpy(Value *Dst, Value *Src, uint64_t Size, unsigned Align,
410 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag,
414 CallInst *CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align,