Lines Matching defs:RedOpc
588 SDValue reassociateReduction(unsigned RedOpc, unsigned Opc, const SDLoc &DL,
1327 SDValue DAGCombiner::reassociateReduction(unsigned RedOpc, unsigned Opc,
1330 if (N0.getOpcode() == RedOpc && N1.getOpcode() == RedOpc &&
1334 TLI.shouldReassociateReduction(RedOpc, N0.getOperand(0).getValueType())) {
1336 return DAG.getNode(RedOpc, DL, VT,