Searched refs:ReduxWidth (Results 1 – 1 of 1) sorted by relevance
22492 unsigned ReduxWidth = NumReducedVals; in tryToReduce() local22493 auto GetVectorFactor = [&, &TTI = *TTI](unsigned ReduxWidth) { in tryToReduce() argument22496 ReduxWidth = in tryToReduce()22497 getFloorFullVectorNumberOfElements(TTI, ScalarTy, ReduxWidth); in tryToReduce()22498 VectorType *Tp = getWidenedType(ScalarTy, ReduxWidth); in tryToReduce()22503 assert(ReduxWidth > 0 && "ReduxWidth is unexpectedly 0."); in tryToReduce()22504 ReduxWidth = bit_floor(ReduxWidth - 1); in tryToReduce()22505 VectorType *Tp = getWidenedType(ScalarTy, ReduxWidth); in tryToReduce()22511 ReduxWidth = bit_floor(ReduxWidth); in tryToReduce()22512 return ReduxWidth; in tryToReduce()[all …]