Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp261 Value *FirstNonUndef = nullptr; in isSplat() local
265 if (!FirstNonUndef) { in isSplat()
266 FirstNonUndef = V; in isSplat()
269 if (V != FirstNonUndef) in isSplat()
272 return FirstNonUndef != nullptr; in isSplat()