Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp842 Optional<uint64_t> mayBeConstantCount = getConstantTripCount(origLoops[i]); in constructTiledIndexSetHyperRect() local
849 if (mayBeConstantCount && mayBeConstantCount.getValue() < tileSizes[i]) { in constructTiledIndexSetHyperRect()
853 b.getSingleDimShiftAffineMap(mayBeConstantCount.getValue()); in constructTiledIndexSetHyperRect()