Home
last modified time | relevance | path

Searched refs:constant_int_not_value_matcher (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DMatchers.h123 template <int64_t TargetNotValue> struct constant_int_not_value_matcher { struct
238 inline detail::constant_int_not_value_matcher<0> m_NonZero() { in m_NonZero()
239 return detail::constant_int_not_value_matcher<0>(); in m_NonZero()