LLVM 22.0.0git
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 172 of file BPFCheckAndAdjustIR.cpp.

Constructor & Destructor Documentation

◆ MinMaxSinkInfo()

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

Definition at line 180 of file BPFCheckAndAdjustIR.cpp.

References ICmp, MinMax, Other, Predicate, SExt, and ZExt.

Member Data Documentation

◆ ICmp

ICmpInst* MinMaxSinkInfo::ICmp

Definition at line 173 of file BPFCheckAndAdjustIR.cpp.

Referenced by MinMaxSinkInfo().

◆ MinMax

CallInst* MinMaxSinkInfo::MinMax

Definition at line 176 of file BPFCheckAndAdjustIR.cpp.

Referenced by MinMaxSinkInfo().

◆ Other

Value* MinMaxSinkInfo::Other

Definition at line 174 of file BPFCheckAndAdjustIR.cpp.

Referenced by MinMaxSinkInfo().

◆ Predicate

ICmpInst::Predicate MinMaxSinkInfo::Predicate

Definition at line 175 of file BPFCheckAndAdjustIR.cpp.

Referenced by MinMaxSinkInfo().

◆ SExt

SExtInst* MinMaxSinkInfo::SExt

Definition at line 178 of file BPFCheckAndAdjustIR.cpp.

Referenced by MinMaxSinkInfo().

◆ ZExt

ZExtInst* MinMaxSinkInfo::ZExt

Definition at line 177 of file BPFCheckAndAdjustIR.cpp.

Referenced by MinMaxSinkInfo().


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