Searched refs:initSlowCase (Results 1 – 4 of 4) sorted by relevance
188 void initSlowCase(uint64_t val, bool isSigned);194 void initSlowCase(const APInt &that);246 initSlowCase(val, isSigned); in BitWidth()287 initSlowCase(that); in APInt()
196 void initSlowCase(uint64_t val, bool isSigned);202 void initSlowCase(const APInt &that);284 initSlowCase(val, isSigned); in BitWidth()325 initSlowCase(that); in APInt()
77 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt85 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt
77 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt86 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt