Home
last modified time | relevance | path

Searched refs:EmitCompoundAssignLValue (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp224 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
815 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter
884 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign()
1084 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue()
1092 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompooundAssignWithComplex()
H A DCGExprScalar.cpp499 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
2051 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter
2167 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign()
3469 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()