Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumBits

1084       unsigned NumBits = std::max(NumNegativeBits, NumPositiveBits + 1);
1085 assert(NumBits <= Bitwidth);
1086 End = llvm::APInt(Bitwidth, 1) << (NumBits - 1);