Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumNegativeBits

1080     unsigned NumNegativeBits = ED->getNumNegativeBits();
1083 if (NumNegativeBits) {
1084 unsigned NumBits = std::max(NumNegativeBits, NumPositiveBits + 1);