Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5232 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
5233 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
5234 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
5235 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
5236 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
5237 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
5238 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
5239 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
5240 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
5241 COMPOUND_OP(Or); in EmitCompoundAssignmentLValue()
[all …]