Searched refs:TreeRoot (Results 1 – 2 of 2) sorted by relevance
3339 auto &TreeRoot = VectorizableTree[0].Scalars; in computeMinimumValueSizes() local3340 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType()); in computeMinimumValueSizes()3350 SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end()); in computeMinimumValueSizes()3365 for (auto *Root : TreeRoot) in computeMinimumValueSizes()3374 for (auto *Root : TreeRoot) in computeMinimumValueSizes()3385 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()3400 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType())) { in computeMinimumValueSizes()
4391 auto &TreeRoot = VectorizableTree[0].Scalars; in computeMinimumValueSizes() local4392 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType()); in computeMinimumValueSizes()4402 SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end()); in computeMinimumValueSizes()4417 for (auto *Root : TreeRoot) in computeMinimumValueSizes()4426 for (auto *Root : TreeRoot) in computeMinimumValueSizes()4437 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()4457 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) && in computeMinimumValueSizes()4458 llvm::all_of(TreeRoot, [](Value *R) { in computeMinimumValueSizes()4466 IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R) { in computeMinimumValueSizes()