Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp303 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase()
363 unsigned loBit = whichBit(bitPosition); in insertBits() local
408 unsigned loBit = whichBit(bitPosition); in insertBits() local
434 unsigned loBit = whichBit(bitPosition); in extractBits() local
474 unsigned loBit = whichBit(bitPosition); in extractBitsAsZExtValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp220 unsigned loBit = beginVarBit - N + 1; in AddCodeToMergeInOperand() local