Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Sum

4161       unsigned Sum = N1C->getZExtValue() + C1->getZExtValue();
4162 if (Sum >= OpSizeInBits)
4163 Sum = OpSizeInBits - 1;
4165 DAG.getConstant(Sum, N1.getValueType()));