Lines Matching defs:DestLV
409 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type);
411 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(),
439 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
440 LValue Start = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
448 LValue EndOrLength = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
1115 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
1120 DestLV, *CmpInfo.Record->field_begin());
1643 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), ExprToVisit->getType());
1728 LValue FieldLoc = CGF.EmitLValueForFieldInitialization(DestLV, Field);
1734 Dest.getPreferredSize(CGF.getContext(), DestLV.getType()));
1741 EmitNullInitializationToLValue(DestLV);
1773 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field);
1800 Dest.getPreferredSize(CGF.getContext(), DestLV.getType()));
1947 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
1948 EmitInitializationToLValue(E->getBase(), DestLV);