Searched refs:NumStoresVal (Results 1 – 1 of 1) sorted by relevance
312 unsigned const NumStoresVal = *NumStores.getValue(); in getUnrollingPreferences() local313 unsigned const Max = (NumStoresVal ? (12 / NumStoresVal) : UINT_MAX); in getUnrollingPreferences()