Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h174 MaxSafeVectorWidthInBits(-1U), in MemoryDepChecker()
211 return MaxSafeVectorWidthInBits == UINT_MAX; in isSafeForAnyVectorWidth()
221 return MaxSafeVectorWidthInBits; in getMaxSafeVectorWidthInBits()
287 uint64_t MaxSafeVectorWidthInBits; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1641 MaxSafeVectorWidthInBits = std::min(MaxSafeVectorWidthInBits, MaxVFInBits); in isDependent()