Searched defs:loBit (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 611 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet() 622 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit, in getBitsSetWithWrap() 640 static APInt getBitsSetFrom(unsigned numBits, unsigned loBit) { in getBitsSetFrom() 1453 void setBitsWithWrap(unsigned loBit, unsigned hiBit) { in setBitsWithWrap() 1466 void setBits(unsigned loBit, unsigned hiBit) { in setBits() 1485 void setBitsFrom(unsigned loBit) { in setBitsFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 303 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase() 364 unsigned loBit = whichBit(bitPosition); in insertBits() local 413 unsigned loBit = whichBit(bitPosition); in insertBits() local 439 unsigned loBit = whichBit(bitPosition); in extractBits() local 479 unsigned loBit = whichBit(bitPosition); in extractBitsAsZExtValue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 503 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
|