Searched refs:tripCountValueMap (Results 1 – 1 of 1) sorted by relevance
69 AffineValueMap tripCountValueMap; in buildTripCountMapAndOperands() local70 AffineValueMap::difference(ubValueMap, lbSplatValueMap, &tripCountValueMap); in buildTripCountMapAndOperands()71 for (unsigned i = 0, e = tripCountValueMap.getNumResults(); i < e; ++i) in buildTripCountMapAndOperands()72 tripCountValueMap.setResult(i, in buildTripCountMapAndOperands()73 tripCountValueMap.getResult(i).ceilDiv(step)); in buildTripCountMapAndOperands()75 *tripCountMap = tripCountValueMap.getAffineMap(); in buildTripCountMapAndOperands()76 tripCountOperands->assign(tripCountValueMap.getOperands().begin(), in buildTripCountMapAndOperands()77 tripCountValueMap.getOperands().end()); in buildTripCountMapAndOperands()