Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2316 static inline APInt::WordType lowBitMask(unsigned bits) { in lowBitMask() function
2324 return part & lowBitMask(APInt::APINT_BITS_PER_WORD / 2); in lowHalf()
2435 WordType mask = lowBitMask (srcBits - n); in tcExtract()
2440 dst[dstParts - 1] &= lowBitMask (srcBits % APINT_BITS_PER_WORD); in tcExtract()