Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp262 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
1039 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter
1146 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign()
1351 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue()
1359 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
H A DCGExprScalar.cpp809 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
3222 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter
3371 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign()
5113 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()