LLVM  8.0.1
Enumerations | Functions
llvm::ARMCC Namespace Reference

Enumerations

enum  CondCodes {
  EQ, NE, HS, LO,
  MI, PL, VS, VC,
  HI, LS, GE, LT,
  GT, LE, AL
}
 

Functions

static CondCodes getOppositeCondition (CondCodes CC)
 

Enumeration Type Documentation

◆ CondCodes

Enumerator
EQ 
NE 
HS 
LO 
MI 
PL 
VS 
VC 
HI 
LS 
GE 
LT 
GT 
LE 
AL 

Definition at line 31 of file ARMBaseInfo.h.

Function Documentation

◆ getOppositeCondition()

static CondCodes llvm::ARMCC::getOppositeCondition ( CondCodes  CC)
inlinestatic