Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h385 bool hasVectorCallVariants() const { return VecCallVariantsFound; } in hasVectorCallVariants() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4845 (UseWiderVFIfCallVariantsPresent && Legal->hasVectorCallVariants())))) { in getMaximizedVFForTarget()