Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SrcPtr

385     llvm::Value *SrcPtr = CGF.EmitCastToVoidPtr(NullVariable);
388 CGF.Builder.CreateMemCpy(DestPtr, SrcPtr, SizeVal, Align.getQuantity());