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 184 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);
190 void initSlowCase(const APInt &that);
242 initSlowCase(numBits, val, isSigned);
283 initSlowCase(that);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 77 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) {
85 void APInt::initSlowCase(const APInt& that) {
    [all...]

Completed in 209 milliseconds