Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp77 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp77 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