Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineExpr.cpp524 static AffineExpr simplifyAdd(AffineExpr lhs, AffineExpr rhs) { in simplifyAdd() function
643 if (auto simplified = simplifyAdd(*this, other)) in operator +()