Home
last modified time | relevance | path

Searched defs:hiBit (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h611 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
623 unsigned hiBit) { in getBitsSetWithWrap()
1453 void setBitsWithWrap(unsigned loBit, unsigned hiBit) { in setBitsWithWrap()
1466 void setBits(unsigned loBit, unsigned hiBit) { in setBits()
/external/llvm/include/llvm/ADT/
DAPInt.h499 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h503 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp303 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase()