Lines Matching refs:OpData
5642 OperationData OpData = getOperationData(TreeN); in matchAssociativeReduction() local
5643 bool IsReducedValue = OpData != ReductionData; in matchAssociativeReduction()
5646 if (IsReducedValue || EdgeToVist == OpData.getNumberOfOperands()) { in matchAssociativeReduction()
5675 OpData = getOperationData(I); in matchAssociativeReduction()
5680 if (I && (!ReducedValueData || OpData == ReducedValueData || in matchAssociativeReduction()
5681 OpData == ReductionData)) { in matchAssociativeReduction()
5682 const bool IsReductionOperation = OpData == ReductionData; in matchAssociativeReduction()
5694 OpData == ReductionData) && in matchAssociativeReduction()
5703 if (!OpData.isAssociative(I)) { in matchAssociativeReduction()
5709 ReducedValueData != OpData) { in matchAssociativeReduction()
5716 ReducedValueData = OpData; in matchAssociativeReduction()
5718 Stack.push_back(std::make_pair(I, OpData.getFirstOperandIndex())); in matchAssociativeReduction()