Lines Matching defs:boundMap
738 BoundType type, unsigned pos, AffineMap boundMap, bool isClosedBound,
740 assert(boundMap.getNumDims() == getNumDimVars() && "dim mismatch");
741 assert(boundMap.getNumSymbols() == getNumSymbolVars() && "symbol mismatch");
748 assert((type != BoundType::EQ || boundMap.getNumResults() == 1) &&
754 boundMap, &flatExprs,
757 assert(flatExprs.size() == boundMap.getNumResults());
763 for (unsigned j = 0, e = boundMap.getNumInputs(); j < e; j++) {
766 // Invalid bound: pos appears in `boundMap`.
775 for (unsigned i = boundMap.getNumInputs(); i < end; i++, j++) {
792 BoundType type, unsigned pos, AffineMap boundMap,
794 return addBound(type, pos, boundMap,