HomeSort by: relevance | last modified time | path
    Searched defs:reallocate (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APInt.cpp 124 void APInt::reallocate(unsigned NewBitWidth) { function in class:APInt
149 reallocate(RHS.getBitWidth());
1831 // NOTE: This assumes that reallocate won't affect any bits if it doesn't
1834 Quotient.reallocate(BitWidth);
1835 Remainder.reallocate(BitWidth);
1898 // NOTE: This assumes that reallocate won't affect any bits if it doesn't
1900 Quotient.reallocate(BitWidth);

Completed in 21 milliseconds