Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp622 APInt PrevReadEnd = Prev.OffsetFromLeader + SzBits / 8; in splitChainByContiguity() local
625 bool AreContiguous = It->OffsetFromLeader == PrevReadEnd; in splitChainByContiguity()
628 << *Prev.Inst << " (ends at offset " << PrevReadEnd in splitChainByContiguity()