Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h114 initSlowCase(val, isSigned); in BitWidth()
157 initSlowCase(that); in APInt()
1965 void initSlowCase(uint64_t val, bool isSigned);
1971 void initSlowCase(const APInt &that);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp75 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt
84 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt