Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/IR/
DTestMatchers.cpp83 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1() local
86 m_Op<MulFOp>(mul_of_anyadd, mul_of_anyadd)); in test1()