MLIR 23.0.0git
LoopIV Struct Reference

Public Member Functions

bool operator!= (LoopIV const &other) const
bool operator== (LoopIV const &other) const

Public Attributes

Value lBound
Value uBound
Value step

Detailed Description

Definition at line 788 of file ParallelLoopFusion.cpp.

Member Function Documentation

◆ operator!=()

bool LoopIV::operator!= ( LoopIV const & other) const
inline

Definition at line 790 of file ParallelLoopFusion.cpp.

◆ operator==()

bool LoopIV::operator== ( LoopIV const & other) const
inline

Definition at line 791 of file ParallelLoopFusion.cpp.

References lBound, step, and uBound.

Member Data Documentation

◆ lBound

Value LoopIV::lBound

◆ step

Value LoopIV::step

◆ uBound

Value LoopIV::uBound

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