Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp571 if (auto *SelectA = dyn_cast<SelectInst>(PtrA)) { in lookThroughSelects() local
573 return SelectA->getCondition() == SelectB->getCondition() && in lookThroughSelects()
574 areConsecutivePointers(SelectA->getTrueValue(), in lookThroughSelects()
576 areConsecutivePointers(SelectA->getFalseValue(), in lookThroughSelects()