Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumNegativeBits

1035     unsigned NumNegativeBits = ED->getNumNegativeBits();
1038 if (NumNegativeBits) {
1039 unsigned NumBits = std::max(NumNegativeBits, NumPositiveBits + 1);