Searched refs:IsReducedValue (Results 1 – 3 of 3) sorted by relevance
4019 bool IsReducedValue = TreeN->getOpcode() != ReductionOpcode; in matchAssociativeReduction() local4031 if (EdgeToVist == 2 || IsReducedValue) { in matchAssociativeReduction()4032 if (IsReducedValue) { in matchAssociativeReduction()
6601 bool IsReducedValue = OpData != ReductionData; in matchAssociativeReduction() local6604 if (IsReducedValue || EdgeToVist == OpData.getNumberOfOperands()) { in matchAssociativeReduction()6605 if (IsReducedValue) in matchAssociativeReduction()
6894 bool IsReducedValue = OpData != ReductionData; in matchAssociativeReduction() local6897 if (IsReducedValue || EdgeToVist == OpData.getNumberOfOperands()) { in matchAssociativeReduction()6898 if (IsReducedValue) in matchAssociativeReduction()