Home
last modified time | relevance | path

Searched refs:MaxVectorElementCountMaxBW (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5165 auto MaxVectorElementCountMaxBW = ElementCount::get( in getMaximizedVFForTarget() local
5168 MaxVectorElementCountMaxBW = MinVF(MaxVectorElementCountMaxBW, MaxSafeVF); in getMaximizedVFForTarget()
5174 ElementCount::isKnownLE(VS, MaxVectorElementCountMaxBW); VS *= 2) in getMaximizedVFForTarget()