Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h250 /// 0x0000FFFF. Please call getBitsSetWithWrap if \p loBit may be greater than in getBitsSetWithWrap() argument
266 /// If \p hiBit is not bigger than \p loBit, the set bits "wrap". For example, in getBitsSetFrom() argument
238 getBitsSet(unsigned numBits,unsigned loBit,unsigned hiBit) getBitsSet() argument
1334 setBitsWithWrap(unsigned loBit,unsigned hiBit) setBitsWithWrap() argument
1347 setBits(unsigned loBit,unsigned hiBit) setBits() argument
1366 setBitsFrom(unsigned loBit) setBitsFrom() argument
[all...]
/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp225 unsigned loBit = beginVarBit - N + 1; addCodeToMergeInOperand() local
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp310 setBitsSlowCase(unsigned loBit,unsigned hiBit) setBitsSlowCase() argument
390 unsigned loBit = whichBit(bitPosition); insertBits() local
435 unsigned loBit = whichBit(bitPosition); insertBits() local
460 unsigned loBit = whichBit(bitPosition); extractBits() local
499 unsigned loBit = whichBit(bitPosition); extractBitsAsZExtValue() local
[all...]