Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5945 const auto TripCountEC = ElementCount::getFixed(ConstTripCount); in getMaximizedVFForTarget() local
5947 ElementCount::isKnownLE(TripCountEC, MaxVectorElementCount) && in getMaximizedVFForTarget()
5955 return TripCountEC; in getMaximizedVFForTarget()