Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Sum

526   // Modified the sum result - switch anything that used the old sum to use
2171 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ?
2174 SplitInteger(Sum, Lo, Hi);
2180 // SumSign -> Sum >= 0
2196 SDValue SumSign = DAG.getSetCC(dl, OType, Sum, Zero, ISD::SETGE);
2436 SDValue Sum = DAG.getNode(N->getOpcode() == ISD::UADDO ?
2439 SplitInteger(Sum, Lo, Hi);
2443 SDValue Ofl = DAG.getSetCC(dl, N->getValueType(1), Sum, LHS,