enum MCUnaryExpr::Opcode

Declared at: llvm/include/llvm/MC/MCExpr.h:427

Enumerators

NameValueComment
LNot0Logical negation.
Minus1Unary minus.
Not2Bitwise negation.
Plus3Unary plus.