Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Sum

4615       unsigned Sum = N1C->getZExtValue() + C1->getZExtValue();
4616 if (Sum >= OpSizeInBits)
4617 Sum = OpSizeInBits - 1;
4620 DAG.getConstant(Sum, DL, N1.getValueType()));