Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h258 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
271 unsigned hiBit) { in getBitsSetWithWrap()
1354 void setBitsWithWrap(unsigned loBit, unsigned hiBit) { in setBitsWithWrap()
1367 void setBits(unsigned loBit, unsigned hiBit) { in setBits()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp312 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase()