Halide 22.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
Halide::Internal::IRMatcher::SimplifiedNegateOp< i > Struct Template Reference

#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
 

Detailed Description

template<int i>
struct Halide::Internal::IRMatcher::SimplifiedNegateOp< i >

Definition at line 1674 of file IRMatch.h.

Member Function Documentation

◆ match()

Member Data Documentation

◆ binds

template<int i>
constexpr uint32_t Halide::Internal::IRMatcher::SimplifiedNegateOp< i >::binds = 0
staticconstexpr

Definition at line 1677 of file IRMatch.h.

◆ min_node_type

Definition at line 1679 of file IRMatch.h.

◆ max_node_type

Definition at line 1680 of file IRMatch.h.

◆ canonical

template<int i>
constexpr bool Halide::Internal::IRMatcher::SimplifiedNegateOp< i >::canonical = true
staticconstexpr

Definition at line 1681 of file IRMatch.h.

◆ foldable

template<int i>
constexpr bool Halide::Internal::IRMatcher::SimplifiedNegateOp< i >::foldable = false
staticconstexpr

Definition at line 1682 of file IRMatch.h.


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