Home | History | Annotate | Download | only in Serialization

Lines Matching full:bitwidth

7165   unsigned BitWidth = Record[Idx++];
7166 unsigned NumWords = llvm::APInt::getNumWords(BitWidth);
7167 llvm::APInt Result(BitWidth, NumWords, &Record[Idx]);