Home
last modified time | relevance | path

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

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