Home
last modified time | relevance | path

Searched refs:initSlowCase (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h197 void initSlowCase(uint64_t val, bool isSigned);
203 void initSlowCase(const APInt &that);
285 initSlowCase(val, isSigned); in BitWidth()
326 initSlowCase(that); in APInt()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp78 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt
87 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt