Searched defs:loBit (Results 1 – 3 of 3) sorted by relevance
248 /// 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...]
310 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...]
220 unsigned loBit = beginVarBit - N + 1; addCodeToMergeInOperand() local