Searched refs:initSlowCase (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 178 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/ |
D | APInt.h | 184 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/ |
D | APInt.h | 188 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/ |
D | APInt.h | 196 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/ |
D | APInt.cpp | 78 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/ |
D | APInt.cpp | 76 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/ |
D | APInt.cpp | 75 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/ |
D | APInt.cpp | 78 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
|