Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2667 SmallVector<int64_t, 8> fullTileLb, fullTileUb; in createSeparationCondition() local
2689 fullTileLb.assign(fLb.begin(), fLb.end()); in createSeparationCondition()
2695 cst.atIneq(lbIndex, i) = fullTileLb[i] - cst.atIneq(lbIndex, i); in createSeparationCondition()