Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LV

76   ComplexPairTy EmitLoadOfLValue(LValue LV, SourceLocation Loc);
80 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
160 LValue LV = CGF.EmitLValue(E->getSubExpr());
161 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre);
691 LValue LV = EmitCompoundAssignLValue(E, Func, Val);
698 if (!LV.isVolatileQualified())
701 return EmitLoadOfLValue(LV, E->getExprLoc());
726 LValue LV = EmitBinAssignLValue(E, Val);
733 if (!LV.isVolatileQualified())
736 return EmitLoadOfLValue(LV, E->getExprLoc());