reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 5061   auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType());
 5071   SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end());
 5071   SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end());
 5086   for (auto *Root : TreeRoot)
 5095   for (auto *Root : TreeRoot)
 5106   for (auto *Root : TreeRoot) {
 5126   if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) &&
 5127       llvm::all_of(TreeRoot, [](Value *R) {
 5135     IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R) {