LLVM
8.0.1
|
Enumerations | |
enum | CondCodes { EQ, NE, HS, LO, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL } |
Functions | |
static CondCodes | getOppositeCondition (CondCodes CC) |
Enumerator | |
---|---|
EQ | |
NE | |
HS | |
LO | |
MI | |
PL | |
VS | |
VC | |
HI | |
LS | |
GE | |
LT | |
GT | |
LE | |
AL |
Definition at line 31 of file ARMBaseInfo.h.
Definition at line 49 of file ARMBaseInfo.h.
References EQ, GE, GT, HI, HS, LE, llvm_unreachable, LO, LS, LT, MI, NE, PL, VC, and VS.
Referenced by llvm::ARMBaseInstrInfo::commuteInstructionImpl(), llvm::ARMTargetLowering::EmitInstrWithCustomInserter(), expandf64Toi32(), getUnconditionalBrDisp(), isCopy(), llvm::IsCPSRDead< MCInst >(), llvm::ARMBaseInstrInfo::optimizeSelect(), and llvm::ARMBaseInstrInfo::reverseBranchCondition().