Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp89 SmallVector<Value, 4> bumpValues(tripCountMap.getNumResults()); in getCleanupLoopLowerBound() local
96 bumpValues[i] = in getCleanupLoopLowerBound()
106 operands.append(bumpValues.begin(), bumpValues.end()); in getCleanupLoopLowerBound()
114 for (auto v : bumpValues) in getCleanupLoopLowerBound()