Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExpr.cpp724 auto constantFactor = factor.cast<SDBMConstantExpr>(); in stripe() local
725 assert(constantFactor.getValue() > 0 && "non-positive stripe"); in stripe()
728 if (constantFactor.getValue() == 1) in stripe()
731 return SDBMStripeExpr::get(expr.cast<SDBMDirectExpr>(), constantFactor); in stripe()