LLVM
8.0.1
|
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::ARCCC | |
Enumerations | |
enum | llvm::ARCCC::CondCode { llvm::ARCCC::AL = 0x0, llvm::ARCCC::EQ = 0x1, llvm::ARCCC::NE = 0x2, llvm::ARCCC::P = 0x3, llvm::ARCCC::N = 0x4, llvm::ARCCC::LO = 0x5, llvm::ARCCC::HS = 0x6, llvm::ARCCC::VS = 0x7, llvm::ARCCC::VC = 0x8, llvm::ARCCC::GT = 0x9, llvm::ARCCC::GE = 0xa, llvm::ARCCC::LT = 0xb, llvm::ARCCC::LE = 0xc, llvm::ARCCC::HI = 0xd, llvm::ARCCC::LS = 0xe, llvm::ARCCC::PNZ = 0xf, llvm::ARCCC::Z = 0x11, llvm::ARCCC::NZ = 0x12 } |
enum | llvm::ARCCC::BRCondCode { llvm::ARCCC::BREQ = 0x0, llvm::ARCCC::BRNE = 0x1, llvm::ARCCC::BRLT = 0x2, llvm::ARCCC::BRGE = 0x3, llvm::ARCCC::BRLO = 0x4, llvm::ARCCC::BRHS = 0x5 } |