LLVM API Documentation

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

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

Definition at line 29 of file ARMBaseInfo.h.


Function Documentation

static CondCodes llvm::ARMCC::getOppositeCondition ( CondCodes  CC) [inline, static]