Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp161 int64_t diffConstant; in getConstantBoundingSizeAndShape() local
168 diffConstant = diff.getValue(); in getConstantBoundingSizeAndShape()
176 diffConstant = dimSize; in getConstantBoundingSizeAndShape()
181 numElements *= diffConstant; in getConstantBoundingSizeAndShape()
188 shape->push_back(diffConstant); in getConstantBoundingSizeAndShape()