Lines Matching defs:DstAddr
361 Address DstAddr = StartAddrs[DstIdx];
362 llvm::Value *NumElts = CGF.emitArrayLength(AT, BaseEltQT, DstAddr);
369 CGF.Int8Ty, DstAddr.emitRawPointer(CGF), SizeInBytes);
517 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], this->Start);
525 DstAddr = DstAddr.withElementType(this->CGF->Int8Ty);
527 this->CGF->Builder.CreateMemCpy(DstAddr, SrcAddr, SizeVal, false);
532 DstAddr = DstAddr.withElementType(Ty);
535 this->CGF->Builder.CreateStore(SrcVal, DstAddr, false);
552 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], Offset);
554 this->CGF->MakeAddrLValue(DstAddr.withElementType(Ty), FT);
562 Address DstAddr = Addrs[DstIdx].withElementType(Ty);
564 DstLV = this->CGF->MakeAddrLValue(DstAddr, FT);
660 Address DstAddr = getAddrWithOffset(Addrs[DstIdx], CurStructOffset, FD);
661 Address Loc = DstAddr.withElementType(CGF->Int8Ty);