Halide  17.0.2
Halide compiler and libraries
Halide::Internal::IRMatcher::IsUInt< A > Struct Template Reference

#include <IRMatch.h>

Classes

struct  pattern_tag
 

Public Member Functions

HALIDE_ALWAYS_INLINE void make_folded_const (halide_scalar_value_t &val, halide_type_t &ty, MatcherState &state) const
 

Public Attributes

a
 
int bits
 
int lanes
 

Static Public Attributes

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

Detailed Description

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

Definition at line 2452 of file IRMatch.h.

Member Function Documentation

◆ make_folded_const()

Member Data Documentation

◆ a

template<typename A >
A Halide::Internal::IRMatcher::IsUInt< A >::a

◆ bits

template<typename A >
int Halide::Internal::IRMatcher::IsUInt< A >::bits

◆ lanes

template<typename A >
int Halide::Internal::IRMatcher::IsUInt< A >::lanes

◆ binds

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

Definition at line 2457 of file IRMatch.h.

◆ min_node_type

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

Definition at line 2460 of file IRMatch.h.

◆ max_node_type

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

Definition at line 2461 of file IRMatch.h.

◆ canonical

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

Definition at line 2462 of file IRMatch.h.

◆ foldable

template<typename A >
constexpr bool Halide::Internal::IRMatcher::IsUInt< A >::foldable = true
static

Definition at line 2464 of file IRMatch.h.


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