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

#include <Matchers.h>

Public Member Functions

bool match (Operation *op)
 

Detailed Description

template<int64_t TargetNotValue>
struct mlir::detail::constant_int_not_value_matcher< TargetNotValue >

The matcher that matches anything except the given target constant scalar / vector splat / tensor splat integer value.

Member Function Documentation

◆ match()

template<int64_t TargetNotValue>
bool mlir::detail::constant_int_not_value_matcher< TargetNotValue >::match ( Operation op)
inline

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