Home | History | Annotate | Download | only in X86

Lines Matching defs:Sum

7902     // a half by taking the sum of the half with three inputs and subtracting
7903 // the sum of the actual three inputs. The difference is the remaining
10197 // ensure that the sum of indices for V1 is equal to or lower than the sum
16649 SDValue Sum = DAG.getNode(X86ISD::UMUL, DL, VTs, LHS, RHS);
16654 SDValue(Sum.getNode(), 2));
16656 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
16662 SDValue Sum = DAG.getNode(BaseOp, DL, VTs, LHS, RHS);
16667 SDValue(Sum.getNode(), 1));
16669 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
22443 SDValue Sum = ShAmt1.getOperand(0);
22444 if (ConstantSDNode *SumC = dyn_cast<ConstantSDNode>(Sum)) {