Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp271 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
1217 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter
1327 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign()
1539 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue()
1547 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
H A DCGExprScalar.cpp828 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
3515 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter
3676 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign()
5570 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()