Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAffineExpr.cpp596 static AffineExpr simplifyMul(AffineExpr lhs, AffineExpr rhs) { in simplifyMul() function
647 if (auto simplified = simplifyMul(*this, other)) in operator *()