Home
last modified time | relevance | path

Searched refs:whichBit (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h128 static unsigned whichBit(unsigned bitPosition) { in whichBit() function
139 return 1ULL << whichBit(bitPosition); in maskBit()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp309 uint64_t loMask = WORDTYPE_MAX << whichBit(loBit); in setBitsSlowCase()
312 unsigned hiShiftAmt = whichBit(hiBit); in setBitsSlowCase()
365 unsigned loBit = whichBit(bitPosition); in insertBits()
413 unsigned loBit = whichBit(bitPosition); in extractBits()