Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h115 initSlowCase(val, isSigned); in BitWidth()
158 initSlowCase(that); in APInt()
1961 void initSlowCase(uint64_t val, bool isSigned);
1967 void initSlowCase(const APInt &that);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp76 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt
85 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt