HomeSort by relevance Sort by last modified time
    Searched refs:initSlowCase (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
APInt.h 180 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);
186 void initSlowCase(const APInt& that);
235 initSlowCase(numBits, val, isSigned);
274 initSlowCase(that);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 76 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) {
84 void APInt::initSlowCase(const APInt& that) {
    [all...]

Completed in 41 milliseconds