Halide
Halide::Internal::IRMatcher::Overflows< A > Struct Template Reference

#include <IRMatch.h>

Classes

struct  pattern_tag
 

Public Member Functions

template<typename A1 = A>
HALIDE_ALWAYS_INLINE void make_folded_const (halide_scalar_value_t &val, halide_type_t &ty, MatcherState &state) const noexcept
 

Public Attributes

a
 

Static Public Attributes

constexpr static uint32_t binds = bindings<A>::mask
 
constexpr static IRNodeType min_node_type = IRNodeType::UIntImm
 
constexpr static IRNodeType max_node_type = IRNodeType::UIntImm
 
constexpr static bool canonical = true
 
constexpr static bool foldable = A::foldable
 

Detailed Description

template<typename A>
struct Halide::Internal::IRMatcher::Overflows< A >

Definition at line 2202 of file IRMatch.h.

Member Function Documentation

◆ make_folded_const()

template<typename A >
template<typename A1 = A>
HALIDE_ALWAYS_INLINE void Halide::Internal::IRMatcher::Overflows< A >::make_folded_const ( halide_scalar_value_t val,
halide_type_t ty,
MatcherState state 
) const
inlinenoexcept

Member Data Documentation

◆ a

◆ binds

template<typename A >
constexpr static uint32_t Halide::Internal::IRMatcher::Overflows< A >::binds = bindings<A>::mask
staticconstexpr

Definition at line 2206 of file IRMatch.h.

◆ min_node_type

template<typename A >
constexpr static IRNodeType Halide::Internal::IRMatcher::Overflows< A >::min_node_type = IRNodeType::UIntImm
staticconstexpr

Definition at line 2210 of file IRMatch.h.

◆ max_node_type

template<typename A >
constexpr static IRNodeType Halide::Internal::IRMatcher::Overflows< A >::max_node_type = IRNodeType::UIntImm
staticconstexpr

Definition at line 2211 of file IRMatch.h.

◆ canonical

template<typename A >
constexpr static bool Halide::Internal::IRMatcher::Overflows< A >::canonical = true
staticconstexpr

Definition at line 2212 of file IRMatch.h.

◆ foldable

template<typename A >
constexpr static bool Halide::Internal::IRMatcher::Overflows< A >::foldable = A::foldable
staticconstexpr

Definition at line 2214 of file IRMatch.h.


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