Searched refs:initSlowCase (Results 1 – 2 of 2) sorted by relevance
184 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);190 void initSlowCase(const APInt &that);242 initSlowCase(numBits, val, isSigned); in BitWidth()283 initSlowCase(that); in APInt()
77 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) { in initSlowCase() function in APInt85 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt