Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp47 return matchPattern(val, m_Zero()) || matchPattern(val, m_AnyZeroFloat()) || in isEmptyInit()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMatchers.h272 inline detail::constant_float_predicate_matcher m_AnyZeroFloat() { in m_AnyZeroFloat() function