Home | History | Annotate | Download | only in Sema

Lines Matching defs:NumNegativeBits

13125   unsigned NumNegativeBits = 0;
13143 NumNegativeBits = std::max(NumNegativeBits,
13183 else if (NumNegativeBits) {
13187 if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) {
13190 } else if (Packed && NumNegativeBits <= ShortWidth &&
13194 } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) {
13200 if (NumNegativeBits <= BestWidth && NumPositiveBits < BestWidth) {
13205 if (NumNegativeBits > BestWidth || NumPositiveBits >= BestWidth)
13309 NumPositiveBits, NumNegativeBits);