Searched refs:rangesValueMap (Results 1 – 1 of 1) sorted by relevance
2602 AffineValueMap rangesValueMap = getRangesValueMap(); in getConstantRanges() local2603 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()