Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h178 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);
184 void initSlowCase(const APInt& that);
233 initSlowCase(numBits, val, isSigned); in BitWidth()
272 initSlowCase(that); in APInt()
/external/llvm/include/llvm/ADT/
DAPInt.h184 void initSlowCase(uint64_t val, bool isSigned);
190 void initSlowCase(const APInt &that);
242 initSlowCase(val, isSigned); in BitWidth()
283 initSlowCase(that); in APInt()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h188 void initSlowCase(uint64_t val, bool isSigned);
194 void initSlowCase(const APInt &that);
246 initSlowCase(val, isSigned); in BitWidth()
287 initSlowCase(that); in APInt()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h196 void initSlowCase(uint64_t val, bool isSigned);
202 void initSlowCase(const APInt &that);
284 initSlowCase(val, isSigned); in BitWidth()
325 initSlowCase(that); in APInt()
/external/llvm/lib/Support/
DAPInt.cpp78 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt
86 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp76 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt
85 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp75 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) { in initSlowCase() function in APInt
83 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp78 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() function in APInt
86 void APInt::initSlowCase(const APInt& that) { in initSlowCase() function in APInt