Lines Matching defs:srcLV
4171 const LValue &srcLV = writeback.Source;
4172 Address srcAddr = srcLV.getAddress();
4215 assert(srcLV.getObjCLifetime() == Qualifiers::OCL_Strong);
4225 llvm::Value *oldValue = CGF.EmitLoadOfScalar(srcLV, SourceLocation());
4228 CGF.EmitStoreOfScalar(value, srcLV, /*init*/ false);
4231 CGF.EmitARCRelease(oldValue, srcLV.isARCPreciseLifetime());
4235 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV);
4267 LValue srcLV;
4272 srcLV = CGF.EmitLValue(lvExpr);
4280 srcLV = CGF.MakeAddrLValue(srcAddr, srcAddrType);
4282 Address srcAddr = srcLV.getAddress();
4349 RValue srcRV = CGF.EmitLoadOfLValue(srcLV, SourceLocation());
4364 srcLV.getObjCLifetime() == Qualifiers::OCL_Strong) {
4387 args.addWriteback(srcLV, temp, valueToUse);