Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h137 initSlowCase(val, isSigned); in BitWidth()
180 initSlowCase(that); in APInt()
2035 LLVM_ABI void initSlowCase(uint64_t val, bool isSigned);
2041 LLVM_ABI void initSlowCase(const APInt &that);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp74 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
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23516 {"_ZN4llvm5APInt12initSlowCaseEjyb", "llvm::APInt::initSlowCase(unsigned int, unsigned long long, b…
23517 {"_ZN4llvm5APInt12initSlowCaseERKS0_", "llvm::APInt::initSlowCase(llvm::APInt const&)"},