Lines Matching defs:SrcAddr
518 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], this->Start);
526 SrcAddr = SrcAddr.withElementType(this->CGF->Int8Ty);
527 this->CGF->Builder.CreateMemCpy(DstAddr, SrcAddr, SizeVal, false);
533 SrcAddr = SrcAddr.withElementType(Ty);
534 llvm::Value *SrcVal = this->CGF->Builder.CreateLoad(SrcAddr, false);
556 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], Offset);
558 this->CGF->MakeAddrLValue(SrcAddr.withElementType(Ty), FT);
563 Address SrcAddr = Addrs[SrcIdx].withElementType(Ty);
565 SrcLV = this->CGF->MakeAddrLValue(SrcAddr, FT);