Halide
Halide::Internal::IRMatcher::Overflow Struct 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
 
HALIDE_ALWAYS_INLINE Expr make (MatcherState &state, halide_type_t type_hint) const
 
HALIDE_ALWAYS_INLINE void make_folded_const (halide_scalar_value_t &val, halide_type_t &ty, MatcherState &state) const noexcept
 

Static Public Attributes

constexpr static uint32_t binds = 0
 
constexpr static IRNodeType min_node_type = IRNodeType::Call
 
constexpr static IRNodeType max_node_type = IRNodeType::Call
 
constexpr static bool canonical = true
 
constexpr static bool foldable = true
 

Detailed Description

Definition at line 2238 of file IRMatch.h.

Member Function Documentation

◆ match()

template<uint32_t bound>
HALIDE_ALWAYS_INLINE bool Halide::Internal::IRMatcher::Overflow::match ( const BaseExprNode e,
MatcherState state 
) const
inlinenoexcept

◆ make()

HALIDE_ALWAYS_INLINE Expr Halide::Internal::IRMatcher::Overflow::make ( MatcherState state,
halide_type_t  type_hint 
) const
inline

◆ make_folded_const()

HALIDE_ALWAYS_INLINE void Halide::Internal::IRMatcher::Overflow::make_folded_const ( halide_scalar_value_t val,
halide_type_t ty,
MatcherState state 
) const
inlinenoexcept

Member Data Documentation

◆ binds

constexpr static uint32_t Halide::Internal::IRMatcher::Overflow::binds = 0
staticconstexpr

Definition at line 2241 of file IRMatch.h.

◆ min_node_type

constexpr static IRNodeType Halide::Internal::IRMatcher::Overflow::min_node_type = IRNodeType::Call
staticconstexpr

Definition at line 2244 of file IRMatch.h.

◆ max_node_type

constexpr static IRNodeType Halide::Internal::IRMatcher::Overflow::max_node_type = IRNodeType::Call
staticconstexpr

Definition at line 2245 of file IRMatch.h.

◆ canonical

constexpr static bool Halide::Internal::IRMatcher::Overflow::canonical = true
staticconstexpr

Definition at line 2246 of file IRMatch.h.

◆ foldable

constexpr static bool Halide::Internal::IRMatcher::Overflow::foldable = true
staticconstexpr

Definition at line 2263 of file IRMatch.h.


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