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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h196 void initSlowCase(uint64_t val, bool isSigned);
202 void initSlowCase(const APInt &that);
284 initSlowCase(val, isSigned);
325 initSlowCase(that);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp77 void APInt::initSlowCase(uint64_t val, bool isSigned) { function in class:APInt
86 void APInt::initSlowCase(const APInt& that) { function in class:APInt

Completed in 169 milliseconds