Lines Matching defs:Sum
3734 unsigned Sum = N1C->getZExtValue() + C1->getZExtValue();3735 if (Sum >= OpSizeInBits) Sum = OpSizeInBits-1;3737 DAG.getConstant(Sum, N1C->getValueType(0)));