Home
last modified time | relevance | path

Searched refs:setBitsSlowCase (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h241 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
1425 setBitsSlowCase(loBit, hiBit); in setBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp302 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase() function in APInt