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

/external/llvm/include/llvm/ADT/
H A DAPInt.h184 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);
190 void initSlowCase(const APInt &that);
242 initSlowCase(numBits, val, isSigned);
284 initSlowCase(that);
/external/llvm/lib/Support/
H A DAPInt.cpp77 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) { function in class:APInt
85 void APInt::initSlowCase(const APInt& that) { function in class:APInt

Completed in 218 milliseconds