LLVM 19.0.0git
Public Attributes | List of all members
llvm::SwitchCG::CaseBlock::PredInfoPair Struct Reference

#include "llvm/CodeGen/SwitchLoweringUtils.h"

Public Attributes

CmpInst::Predicate Pred
 
bool NoCmp
 

Detailed Description

Definition at line 111 of file SwitchLoweringUtils.h.

Member Data Documentation

◆ NoCmp

bool llvm::SwitchCG::CaseBlock::PredInfoPair::NoCmp

Definition at line 114 of file SwitchLoweringUtils.h.

◆ Pred

CmpInst::Predicate llvm::SwitchCG::CaseBlock::PredInfoPair::Pred

Definition at line 112 of file SwitchLoweringUtils.h.


The documentation for this struct was generated from the following file: