Lines Matching defs:DestAddr
757 Address DestAddr, Address SrcAddr, QualType OriginalType,
764 llvm::Value *NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr);
765 SrcAddr = SrcAddr.withElementType(DestAddr.getElementType());
768 llvm::Value *DestBegin = DestAddr.emitRawPointer(*this);
770 llvm::Value *DestEnd = Builder.CreateInBoundsGEP(DestAddr.getElementType(),
797 Address(DestElementPHI, DestAddr.getElementType(),
798 DestAddr.getAlignment().alignmentOfArrayElement(ElementSize));
805 Builder.CreateConstGEP1_32(DestAddr.getElementType(), DestElementPHI,
821 void CodeGenFunction::EmitOMPCopy(QualType OriginalType, Address DestAddr,
828 LValue Dest = MakeAddrLValue(DestAddr, OriginalType);
835 DestAddr, SrcAddr, OriginalType,
851 Remap.addPrivate(DestVD, DestAddr);