Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAffineExpr.cpp722 static AffineExpr simplifyCeilDiv(AffineExpr lhs, AffineExpr rhs) { in simplifyCeilDiv() function
756 if (auto simplified = simplifyCeilDiv(*this, other)) in ceilDiv()