Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp4935 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
4936 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
4937 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
4938 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
4939 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
4940 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
4941 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
4942 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
4943 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
4944 COMPOUND_OP(Or); in EmitCompoundAssignmentLValue()
[all …]