Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp2602 AffineValueMap rangesValueMap = getRangesValueMap(); in getConstantRanges() local
2603 out.reserve(rangesValueMap.getNumResults()); in getConstantRanges()
2604 for (unsigned i = 0, e = rangesValueMap.getNumResults(); i < e; ++i) { in getConstantRanges()
2605 auto expr = rangesValueMap.getResult(i); in getConstantRanges()