Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineExpr.cpp821 static AffineExpr simplifyMod(AffineExpr lhs, AffineExpr rhs) { in simplifyMod() function
868 if (auto simplified = simplifyMod(*this, other)) in operator %()