Searched refs:initSlowCase (Results 1 – 3 of 3) sorted by relevance
137 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);
74 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt86 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt
23516 {"_ZN4llvm5APInt12initSlowCaseEjyb", "llvm::APInt::initSlowCase(unsigned int, unsigned long long, b…23517 {"_ZN4llvm5APInt12initSlowCaseERKS0_", "llvm::APInt::initSlowCase(llvm::APInt const&)"},