Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp1083 Optional<FlatAffineValueConstraints> tmpClone; in getSliceBounds() local
1103 if (!tmpClone) { in getSliceBounds()
1104 tmpClone.emplace(FlatAffineValueConstraints(*this)); in getSliceBounds()
1107 tmpClone->removeRedundantInequalities(); in getSliceBounds()
1109 std::tie(lbMap, ubMap) = tmpClone->getLowerAndUpperBound( in getSliceBounds()