Home | History | Annotate | Download | only in Sema

Lines Matching defs:NumNegativeBits

11558   unsigned NumNegativeBits = 0;
11576 NumNegativeBits = std::max(NumNegativeBits,
11616 else if (NumNegativeBits) {
11620 if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) {
11623 } else if (Packed && NumNegativeBits <= ShortWidth &&
11627 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) {
11633 if (NumNegativeBits <= BestWidth && NumPositiveBits < BestWidth) {
11638 if (NumNegativeBits > BestWidth || NumPositiveBits >= BestWidth)
11742 NumPositiveBits, NumNegativeBits);