Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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);
326 initSlowCase(that);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp77 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt
86 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt