Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumBits

901       unsigned NumBits = std::max(NumNegativeBits, NumPositiveBits + 1);
902 assert(NumBits <= Bitwidth);
903 End = llvm::APInt(Bitwidth, 1) << (NumBits - 1);