Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp20103 bool IsSignedNode = any_of(E.Scalars, [&](Value *R) { in collectValuesToDemote() local
20117 if ((!IsSignedNode || IsSignedVal) && OrigBitWidth > BitWidth) { in collectValuesToDemote()
20124 if (IsSignedNode) in collectValuesToDemote()
20130 while (!IsSignedNode && BitWidth2 < OrigBitWidth) { in collectValuesToDemote()