Lines Matching refs:LValue
78 ComplexPairTy EmitLoadOfLValue(LValue LV, SourceLocation Loc);
82 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
197 LValue LV = CGF.EmitLValue(E->getSubExpr()); in VisitPrePostIncDec()
266 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
336 LValue EmitBinAssignLValue(const BinaryOperator *E,
376 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, in EmitLoadOfLValue()
402 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, in EmitStoreOfComplex()
498 LValue origLV = CGF.EmitLValue(Op); in EmitCast()
504 LValue SourceLVal = CGF.EmitLValue(Op); in EmitCast()
507 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in EmitCast()
1149 LValue ComplexExprEmitter::
1197 LValue LHS = CGF.EmitLValue(E->getLHS()); in EmitCompoundAssignLValue()
1257 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign()
1270 LValue ComplexExprEmitter::EmitBinAssignLValue(const BinaryOperator *E, in EmitBinAssignLValue()
1282 LValue LHS = CGF.EmitLValue(E->getLHS()); in EmitBinAssignLValue()
1292 LValue LV = EmitBinAssignLValue(E, Val); in VisitBinAssign()
1413 void CodeGenFunction::EmitComplexExprIntoLValue(const Expr *E, LValue dest, in EmitComplexExprIntoLValue()
1423 void CodeGenFunction::EmitStoreOfComplex(ComplexPairTy V, LValue dest, in EmitStoreOfComplex()
1429 ComplexPairTy CodeGenFunction::EmitLoadOfComplex(LValue src, in EmitLoadOfComplex()
1434 LValue CodeGenFunction::EmitComplexAssignmentLValue(const BinaryOperator *E) { in EmitComplexAssignmentLValue()
1437 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue()
1458 LValue CodeGenFunction::
1465 LValue CodeGenFunction::
1470 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()