Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DInterval.h164 auto NewBottomI = Bottom->comesBefore(Other.Bottom) ? Bottom : Other.Bottom; in intersection() local
165 return Interval(NewTopI, NewBottomI); in intersection()