Searched refs:TreeRoot (Results 1 – 1 of 1) sorted by relevance
13194 auto &TreeRoot = VectorizableTree[0]->Scalars; in computeMinimumValueSizes() local13195 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()