Home
last modified time | relevance | path

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

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