enum MCUnaryExpr::Opcode
Declared at: llvm/include/llvm/MC/MCExpr.h:368
Enumerators
Name | Value | Comment |
---|---|---|
LNot | 0 | Logical negation. |
Minus | 1 | Unary minus. |
Not | 2 | Bitwise negation. |
Plus | 3 | Unary plus. |
Declared at: llvm/include/llvm/MC/MCExpr.h:368
Name | Value | Comment |
---|---|---|
LNot | 0 | Logical negation. |
Minus | 1 | Unary minus. |
Not | 2 | Bitwise negation. |
Plus | 3 | Unary plus. |