Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp359 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()
1058 return APInt::tcLSB(significandParts(), partCount()); in significandLSB()
2019 if (omsb == width && APInt::tcLSB(parts, dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
DAPInt.cpp2376 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt
/external/llvm/include/llvm/ADT/
DAPInt.h1453 static unsigned int tcLSB(const integerPart *, unsigned int);