Lines Matching defs:DestLV
405 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type);
407 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(),
435 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
436 LValue Start = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
444 LValue EndOrLength = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
1111 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
1116 DestLV, *CmpInfo.Record->field_begin());
1658 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), ExprToVisit->getType());
1740 LValue FieldLoc = CGF.EmitLValueForFieldInitialization(DestLV, Field);
1771 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field);
1897 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
1898 EmitInitializationToLValue(E->getBase(), DestLV);