Lines Matching defs:RedOpc
579 SDValue reassociateReduction(unsigned RedOpc, unsigned Opc, const SDLoc &DL,
1313 SDValue DAGCombiner::reassociateReduction(unsigned RedOpc, unsigned Opc,
1316 if (N0.getOpcode() == RedOpc && N1.getOpcode() == RedOpc &&
1320 TLI.shouldReassociateReduction(RedOpc, N0.getOperand(0).getValueType())) {
1322 return DAG.getNode(RedOpc, DL, VT,