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