LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
MinMaxSinkInfo Struct Reference

Public Member Functions

 MinMaxSinkInfo (ICmpInst *ICmp, Value *Other, ICmpInst::Predicate Predicate)
 

Public Attributes

ICmpInstICmp
 
ValueOther
 
ICmpInst::Predicate Predicate
 
CallInstMinMax
 
ZExtInstZExt
 
SExtInstSExt
 

Detailed Description

Definition at line 175 of file BPFCheckAndAdjustIR.cpp.

Constructor & Destructor Documentation

◆ MinMaxSinkInfo()

MinMaxSinkInfo::MinMaxSinkInfo ( ICmpInst ICmp,
Value Other,
ICmpInst::Predicate  Predicate 
)
inline

Definition at line 183 of file BPFCheckAndAdjustIR.cpp.

Member Data Documentation

◆ ICmp

ICmpInst* MinMaxSinkInfo::ICmp

Definition at line 176 of file BPFCheckAndAdjustIR.cpp.

◆ MinMax

CallInst* MinMaxSinkInfo::MinMax

Definition at line 179 of file BPFCheckAndAdjustIR.cpp.

◆ Other

Value* MinMaxSinkInfo::Other

Definition at line 177 of file BPFCheckAndAdjustIR.cpp.

◆ Predicate

ICmpInst::Predicate MinMaxSinkInfo::Predicate

Definition at line 178 of file BPFCheckAndAdjustIR.cpp.

◆ SExt

SExtInst* MinMaxSinkInfo::SExt

Definition at line 181 of file BPFCheckAndAdjustIR.cpp.

◆ ZExt

ZExtInst* MinMaxSinkInfo::ZExt

Definition at line 180 of file BPFCheckAndAdjustIR.cpp.


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