Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h198 return MaxSafeVectorWidthInBits == UINT_MAX; in isSafeForAnyVectorWidth()
208 return MaxSafeVectorWidthInBits; in getMaxSafeVectorWidthInBits()
285 uint64_t MaxSafeVectorWidthInBits = -1U; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2021 MaxSafeVectorWidthInBits = std::min(MaxSafeVectorWidthInBits, MaxVFInBits); in isDependent()