Home
last modified time | relevance | path

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

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