Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13194 auto &TreeRoot = VectorizableTree[0]->Scalars; in computeMinimumValueSizes() local
13195 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType()); in computeMinimumValueSizes()
13209 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()
13222 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()
13242 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) && in computeMinimumValueSizes()
13243 all_of(TreeRoot, [](Value *V) { in computeMinimumValueSizes()
13251 IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R) { in computeMinimumValueSizes()