Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp2241 lowBitMask(unsigned int bits) in lowBitMask() function
2252 return part & lowBitMask(integerPartWidth / 2); in lowHalf()
2435 integerPart mask = lowBitMask (srcBits - n); in tcExtract()
2440 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()