Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Sum

3685       unsigned Sum = N1C->getZExtValue() + C1->getZExtValue();
3686 if (Sum >= OpSizeInBits) Sum = OpSizeInBits-1;
3688 DAG.getConstant(Sum, N1C->getValueType(0)));