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