|
MLIR 22.0.0git
|
Public Member Functions | |
| ClampRange (const T &start, const T &end) | |
| bool | intersects (const ClampRange< T > &otherRange) |
Public Attributes | |
| T | start |
| T | end |
Definition at line 507 of file TosaCanonicalizations.cpp.
|
inline |
Definition at line 508 of file TosaCanonicalizations.cpp.
Referenced by intersects().
|
inline |
Definition at line 513 of file TosaCanonicalizations.cpp.
References ClampRange(), end, and start.
Referenced by ClampClampOptimization::matchAndRewrite().
| T ClampClampOptimization::ClampRange< T >::end |
Definition at line 510 of file TosaCanonicalizations.cpp.
Referenced by ClampRange(), and intersects().
| T ClampClampOptimization::ClampRange< T >::start |
Definition at line 509 of file TosaCanonicalizations.cpp.
Referenced by ClampRange(), and intersects().