Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h212 return MaxSafeVectorWidthInBits == UINT_MAX; in isSafeForAnyVectorWidth()
218 return MaxSafeVectorWidthInBits; in getMaxSafeVectorWidthInBits()
297 uint64_t MaxSafeVectorWidthInBits = -1U; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2164 MaxSafeVectorWidthInBits = std::min(MaxSafeVectorWidthInBits, MaxVFInBits); in isDependent()