Searched refs:NewBitWidth (Results 1 – 3 of 3) sorted by relevance
123 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() argument125 if (getNumWords() == getNumWords(NewBitWidth)) { in reallocate()126 BitWidth = NewBitWidth; in reallocate()135 BitWidth = NewBitWidth; in reallocate()
169 void reallocate(unsigned NewBitWidth);
1722 unsigned NewBitWidth = FD->getBitWidthValue(Info.Ctx); in truncateBitfieldValue() local1723 if (NewBitWidth < OldBitWidth) in truncateBitfieldValue()1724 Int = Int.trunc(NewBitWidth).extend(OldBitWidth); in truncateBitfieldValue()