Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp795 Optional<uint64_t> mayBeConstantCount = getConstantTripCount(origLoops[i]); in constructTiledIndexSetHyperRect() local
804 if (mayBeConstantCount && mayBeConstantCount.value() < tileSizes[i]) { in constructTiledIndexSetHyperRect()
808 mayBeConstantCount.value() * origLoops[i].getStep()); in constructTiledIndexSetHyperRect()