Searched defs:hiBit (Results 1 – 6 of 6) sorted by relevance
/external/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() 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-project/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 221 unsigned hiBit = loBit + N; in AddCodeToMergeInOperand() local
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 499 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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 303 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase()
|
/external/llvm-project/llvm/lib/Support/ |
D | APInt.cpp | 303 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase()
|