|
Halide 22.0.0
Halide compiler and libraries
|
#include <IRMatch.h>
Classes | |
| struct | pattern_tag |
Public Member Functions | |
| template<uint32_t bound> | |
| HALIDE_ALWAYS_INLINE bool | match (const BaseExprNode &e, MatcherState &state) const noexcept |
Static Public Attributes | |
| static constexpr uint32_t | binds = 0 |
| static constexpr IRNodeType | min_node_type = IRNodeType::EQ |
| static constexpr IRNodeType | max_node_type = IRNodeType::Not |
| static constexpr bool | canonical = true |
| static constexpr bool | foldable = false |
|
inlinenoexcept |
Definition at line 1685 of file IRMatch.h.
References Halide::Internal::EQ::a, Halide::Internal::EQ::b, Halide::Internal::IRMatcher::cast(), Halide::Internal::EQ, Halide::Internal::equal(), Halide::Expr::get(), Halide::Internal::LE, Halide::Internal::LT, Halide::Internal::NE, Halide::Internal::IRNode::node_type, and Halide::Internal::Not.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |