Searched defs:loBit (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 606 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/ |
D | APInt.cpp | 302 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/ |
D | APInt.h | 463 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 503 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 499 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
|