Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SrcPtr

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