Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h510 SmallVectorImpl<int64_t> *ub = nullptr, unsigned *minLbPos = nullptr,
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2120 SmallVectorImpl<int64_t> *ub, unsigned *minLbPos, in getConstantBoundOnDimSize() argument
2156 if (minLbPos) in getConstantBoundOnDimSize()
2157 *minLbPos = eqPos; in getConstantBoundOnDimSize()
2235 if (minLbPos) in getConstantBoundOnDimSize()
2236 *minLbPos = minLbPosition; in getConstantBoundOnDimSize()