LLVM API Documentation
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 29 of file ARMBaseInfo.h.
|
inlinestatic |
Definition at line 47 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::commuteInstruction(), llvm::ARMTargetLowering::EmitInstrWithCustomInserter(), llvm::ARMBaseInstrInfo::optimizeSelect(), and llvm::ARMBaseInstrInfo::ReverseBranchCondition().