Home | History | Annotate | Download | only in Support

Lines Matching refs:reallocate

123 void APInt::reallocate(unsigned NewBitWidth) {
148 reallocate(RHS.getBitWidth());
1761 // NOTE: This assumes that reallocate won't affect any bits if it doesn't
1764 Quotient.reallocate(BitWidth);
1765 Remainder.reallocate(BitWidth);
1828 // NOTE: This assumes that reallocate won't affect any bits if it doesn't
1830 Quotient.reallocate(BitWidth);