Searched refs:tripCountOperands (Results 1 – 2 of 2) sorted by relevance
35 SmallVectorImpl<Value> *tripCountOperands) { in buildTripCountMapAndOperands() argument48 tripCountOperands->clear(); in buildTripCountMapAndOperands()76 tripCountOperands->assign(tripCountValueMap.getOperands().begin(), in buildTripCountMapAndOperands()
70 SmallVector<Value, 4> tripCountOperands; in getCleanupLoopLowerBound() local71 buildTripCountMapAndOperands(forOp, &tripCountMap, &tripCountOperands); in getCleanupLoopLowerBound()97 b.create<AffineApplyOp>(forOp.getLoc(), bumpMap, tripCountOperands); in getCleanupLoopLowerBound()