Lines Matching defs:DestAddr
723 Address DestAddr, Address SrcAddr, QualType OriginalType,
730 llvm::Value *NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr);
731 SrcAddr = SrcAddr.withElementType(DestAddr.getElementType());
734 llvm::Value *DestBegin = DestAddr.emitRawPointer(*this);
736 llvm::Value *DestEnd = Builder.CreateInBoundsGEP(DestAddr.getElementType(),
763 Address(DestElementPHI, DestAddr.getElementType(),
764 DestAddr.getAlignment().alignmentOfArrayElement(ElementSize));
771 Builder.CreateConstGEP1_32(DestAddr.getElementType(), DestElementPHI,
787 void CodeGenFunction::EmitOMPCopy(QualType OriginalType, Address DestAddr,
794 LValue Dest = MakeAddrLValue(DestAddr, OriginalType);
801 DestAddr, SrcAddr, OriginalType,
817 Remap.addPrivate(DestVD, DestAddr);