Home
last modified time | relevance | path

Searched refs:IsReducedValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4019 bool IsReducedValue = TreeN->getOpcode() != ReductionOpcode; in matchAssociativeReduction() local
4031 if (EdgeToVist == 2 || IsReducedValue) { in matchAssociativeReduction()
4032 if (IsReducedValue) { in matchAssociativeReduction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5637 bool IsReducedValue = OpData != ReductionData; in matchAssociativeReduction() local
5640 if (IsReducedValue || EdgeToVist == OpData.getNumberOfOperands()) { in matchAssociativeReduction()
5641 if (IsReducedValue) in matchAssociativeReduction()