Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp79 SmallVector<Value, 4> bumpValues(tripCountMap.getNumResults()); in getCleanupLoopLowerBound() local
86 bumpValues[i] = in getCleanupLoopLowerBound()
96 cleanupLbOperands.append(bumpValues.begin(), bumpValues.end()); in getCleanupLoopLowerBound()
104 for (auto v : bumpValues) in getCleanupLoopLowerBound()