Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h197 return MaxSafeVectorWidthInBits == UINT_MAX; in isSafeForAnyVectorWidth()
207 return MaxSafeVectorWidthInBits; in getMaxSafeVectorWidthInBits()
284 uint64_t MaxSafeVectorWidthInBits = -1U; variable
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1967 MaxSafeVectorWidthInBits = std::min(MaxSafeVectorWidthInBits, MaxVFInBits); in isDependent()