Searched refs:TreeRoot (Results 1 – 1 of 1) sorted by relevance
4394 auto &TreeRoot = VectorizableTree[0].Scalars; in computeMinimumValueSizes() local4395 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType()); in computeMinimumValueSizes()4405 SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end()); in computeMinimumValueSizes()4420 for (auto *Root : TreeRoot) in computeMinimumValueSizes()4429 for (auto *Root : TreeRoot) in computeMinimumValueSizes()4440 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()4460 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) && in computeMinimumValueSizes()4461 llvm::all_of(TreeRoot, [](Value *R) { in computeMinimumValueSizes()4469 IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R) { in computeMinimumValueSizes()