Searched refs:ReductionBitWidth (Results 1 – 1 of 1) sorted by relevance
1242 ReductionBitWidth = 0; in deleteTree()4013 unsigned ReductionBitWidth = 0; member in llvm::slpvectorizer::BoUpSLP10646 ReductionBitWidth == 0 ? BWIt->second.first : ReductionBitWidth; in getTreeCost()10744 if (ReductionBitWidth != 0) { in getTreeCost()10748 if (It != MinBWs.end() && It->second.first != ReductionBitWidth) { in getTreeCost()10750 unsigned DstSize = ReductionBitWidth; in getTreeCost()14288 if (auto It = MinBWs.find(&RootTE); ReductionBitWidth != 0 && in vectorizeTree()14290 ReductionBitWidth != It->second.first) { in vectorizeTree()14296 VectorType::get(Builder.getIntNTy(ReductionBitWidth), in vectorizeTree()15698 ReductionBitWidth = in computeMinimumValueSizes()[all …]