Home | History | Annotate | Download | only in Serialization

Lines Matching full:bitwidth

8153   unsigned BitWidth = Record[Idx++];
8154 unsigned NumWords = llvm::APInt::getNumWords(BitWidth);
8155 llvm::APInt Result(BitWidth, NumWords, &Record[Idx]);