Home
last modified time | relevance | path

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

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