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()
5406 auto &TreeRoot = VectorizableTree[0]->Scalars; in computeMinimumValueSizes() local5407 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType()); in computeMinimumValueSizes()5417 SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end()); in computeMinimumValueSizes()5432 for (auto *Root : TreeRoot) in computeMinimumValueSizes()5441 for (auto *Root : TreeRoot) in computeMinimumValueSizes()5452 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()5472 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) && in computeMinimumValueSizes()5473 llvm::all_of(TreeRoot, [](Value *R) { in computeMinimumValueSizes()5481 IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R) { in computeMinimumValueSizes()