enum CastOpcodes

Description

CastOpcodes - These are values used in the bitcode files to encode which cast a CST_CODE_CE_CAST 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:373

Enumerators

NameValueComment
CAST_TRUNC0
CAST_ZEXT1
CAST_SEXT2
CAST_FPTOUI3
CAST_FPTOSI4
CAST_UITOFP5
CAST_SITOFP6
CAST_FPTRUNC7
CAST_FPEXT8
CAST_PTRTOINT9
CAST_INTTOPTR10
CAST_BITCAST11
CAST_ADDRSPACECAST12