Lines Matching refs:DestLV
378 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type);
380 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(),
416 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
417 LValue Start = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
431 LValue EndOrLength = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
1069 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
1074 DestLV, *CmpInfo.Record->field_begin());
1610 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
1689 LValue FieldLoc = CGF.EmitLValueForFieldInitialization(DestLV, Field);
1720 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field);
1864 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
1865 EmitInitializationToLValue(E->getBase(), DestLV);