My Project
Public Member Functions | List of all members
mlir::detail::constant_int_value_matcher< TargetValue > Struct Template Reference

#include <Matchers.h>

Public Member Functions

bool match (Operation *op)
 

Detailed Description

template<int64_t TargetValue>
struct mlir::detail::constant_int_value_matcher< TargetValue >

The matcher that matches a given target constant scalar / vector splat / tensor splat integer value.

Member Function Documentation

◆ match()

template<int64_t TargetValue>
bool mlir::detail::constant_int_value_matcher< TargetValue >::match ( Operation op)
inline

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