Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5867 std::optional<int64_t> OptPos = in buildCompressMask() local
5869 if (!OptPos || OptPos > std::numeric_limits<unsigned>::max()) in buildCompressMask()
5871 unsigned Pos = static_cast<unsigned>(*OptPos); in buildCompressMask()