Home
last modified time | relevance | path

Searched defs:loBit (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h606 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
623 static APInt getBitsSetFrom(unsigned numBits, unsigned loBit) { in getBitsSetFrom()
1411 void setBits(unsigned loBit, unsigned hiBit) { in setBits()
1430 void setBitsFrom(unsigned loBit) { in setBitsFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp302 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase()
363 unsigned loBit = whichBit(bitPosition); in insertBits() local
411 unsigned loBit = whichBit(bitPosition); in extractBits() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h463 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/llvm/include/llvm/ADT/
DAPInt.h499 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()