Home | History | Annotate | Download | only in Serialization

Lines Matching full:bitwidth

8097   unsigned BitWidth = Record[Idx++];
8098 unsigned NumWords = llvm::APInt::getNumWords(BitWidth);
8099 llvm::APInt Result(BitWidth, NumWords, &Record[Idx]);