Searched refs:boundMap (Results 1 – 3 of 3) sorted by relevance
243 LogicalResult addLowerOrUpperBound(unsigned pos, AffineMap boundMap,
1470 static void printBound(AffineMapAttr boundMap, in printBound() argument1473 AffineMap map = boundMap.getValue(); in printBound()1506 p << boundMap; in printBound()1564 AffineMap boundMap = in foldLoopBounds() local1566 assert(boundMap.getNumResults() >= 1 && in foldLoopBounds()1569 if (failed(boundMap.constantFold(operandConstants, foldedResults))) in foldLoopBounds()
1743 FlatAffineConstraints::addLowerOrUpperBound(unsigned pos, AffineMap boundMap, in addLowerOrUpperBound() argument1749 assert((!eq || boundMap.getNumResults() == 1) && "single result expected"); in addLowerOrUpperBound()1755 auto map = boundMap; in addLowerOrUpperBound()