Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h214 return MaxSafeVectorWidthInBits == UINT_MAX; in isSafeForAnyVectorWidth()
220 return MaxSafeVectorWidthInBits; in getMaxSafeVectorWidthInBits()
309 uint64_t MaxSafeVectorWidthInBits = -1U; variable
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2243 MaxSafeVectorWidthInBits = std::min(MaxSafeVectorWidthInBits, MaxVFInBits); in isDependent()