Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h248 /// If \p hiBit is equal to \p loBit, you would get a result with all bits in getBitsSetWithWrap() argument
236 getBitsSet(unsigned numBits,unsigned loBit,unsigned hiBit) getBitsSet() argument
264 getBitsSetFrom(unsigned numBits,unsigned loBit) getBitsSetFrom() argument
1326 setBitsWithWrap(unsigned loBit,unsigned hiBit) setBitsWithWrap() argument
1339 setBits(unsigned loBit,unsigned hiBit) setBits() argument
1358 setBitsFrom(unsigned loBit) setBitsFrom() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp310 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase() argument
390 unsigned loBit = whichBit(bitPosition); in insertBits() local
435 unsigned loBit = whichBit(bitPosition); in insertBits() local
460 unsigned loBit = whichBit(bitPosition); extractBits() local
499 unsigned loBit = whichBit(bitPosition); extractBitsAsZExtValue() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp220 unsigned loBit = beginVarBit - N + 1; addCodeToMergeInOperand() local