Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Sum

4368       unsigned Sum = N1C->getZExtValue() + C1->getZExtValue();
4369 if (Sum >= OpSizeInBits)
4370 Sum = OpSizeInBits - 1;
4372 DAG.getConstant(Sum, N1.getValueType()));