Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LV

437     LValue LV = LHS;
450 LV.setAddress(Dest);
452 LV.setAlignment(std::min(Align, LV.getAlignment()));
457 CGF.EmitScalarInit(Init, /*decl*/ nullptr, LV, false);
460 CGF.EmitComplexExprIntoLValue(Init, LV, /*isInit*/ true);
464 AggValueSlot::forLValue(LV,
1414 LValue LV = CGF.EmitLValueForField(ThisLV, field);
1415 assert(LV.isSimple());
1417 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer,