Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp372 int64_t diffConstant; in getConstantBoundingSizeAndShape() local
379 diffConstant = diff.value(); in getConstantBoundingSizeAndShape()
380 assert(diffConstant >= 0 && "Dim size bound can't be negative"); in getConstantBoundingSizeAndShape()
388 diffConstant = dimSize; in getConstantBoundingSizeAndShape()
393 numElements *= diffConstant; in getConstantBoundingSizeAndShape()
400 shape->push_back(diffConstant); in getConstantBoundingSizeAndShape()