enum UnaryOpcodes
Description
UnaryOpcodes - These are values used in the bitcode files to encode which unop a CST_CODE_CE_UNOP or a XXX refers to. The values of these enums have no fixed relation to the LLVM IR enum values. Changing these will break compatibility with old files.
Declared at: llvm/include/llvm/Bitcode/LLVMBitCodes.h:393
Enumerators
Name | Value | Comment |
---|---|---|
UNOP_FNEG | 0 |