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) |
Definition at line 29 of file ARMBaseInfo.h.
static CondCodes llvm::ARMCC::getOppositeCondition | ( | CondCodes | CC | ) | [inline, static] |
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().