LLVM 22.0.0git
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)
unsigned getBrCond (CondCode CC, unsigned SelectOpc=0)

Enumeration Type Documentation

◆ CondCode

Enumerator
COND_EQ 
COND_NE 
COND_LT 
COND_GE 
COND_LTU 
COND_GEU 
COND_INVALID 

Definition at line 37 of file RISCVInstrInfo.h.

Function Documentation

◆ getBrCond()

unsigned llvm::RISCVCC::getBrCond ( RISCVCC::CondCode CC,
unsigned SelectOpc = 0 )

◆ getOppositeBranchCondition()