Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMatchers.h303 inline detail::constant_float_predicate_matcher m_NegInfFloat() { in m_NegInfFloat() function
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp597 if (matchPattern(getRhs(), m_NegInfFloat())) in fold()