Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3367 AffineValueMap rangesValueMap; in getConstantRanges() local
3369 &rangesValueMap); in getConstantRanges()
3370 out.reserve(rangesValueMap.getNumResults()); in getConstantRanges()
3371 for (unsigned i = 0, e = rangesValueMap.getNumResults(); i < e; ++i) { in getConstantRanges()
3372 auto expr = rangesValueMap.getResult(i); in getConstantRanges()