LLVM 18.0.0git
Enumerations | Functions
llvm::RISCVCC Namespace Reference

Enumerations

enum  CondCode {
  COND_EQ , COND_NE , COND_LT , COND_GE ,
  COND_LTU , COND_GEU , COND_INVALID
}
 

Functions

CondCode getOppositeBranchCondition (CondCode)
 

Enumeration Type Documentation

◆ CondCode

Enumerator
COND_EQ 
COND_NE 
COND_LT 
COND_GE 
COND_LTU 
COND_GEU 
COND_INVALID 

Definition at line 35 of file RISCVInstrInfo.h.

Function Documentation

◆ getOppositeBranchCondition()

RISCVCC::CondCode llvm::RISCVCC::getOppositeBranchCondition ( RISCVCC::CondCode  CC)