Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExpr.cpp567 SDBMConstantExpr stripeFactor) { in get() argument
569 assert(stripeFactor && "expected non-null stripe factor"); in get()
570 if (stripeFactor.getValue() <= 0) in get()
576 stripeFactor); in get()
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMExpr.h283 static SDBMStripeExpr get(SDBMDirectExpr var, SDBMConstantExpr stripeFactor);