Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp162 int64_t lbDivisor; in getConstantBoundingSizeAndShape() local
166 cstWithShapeBounds.getConstantBoundOnDimSize(d, &lb, &lbDivisor); in getConstantBoundingSizeAndShape()
169 assert(lbDivisor > 0); in getConstantBoundingSizeAndShape()
179 lbDivisor = 1; in getConstantBoundingSizeAndShape()
185 lbDivisors->push_back(lbDivisor); in getConstantBoundingSizeAndShape()