Searched refs:tcLSB (Results 1 – 3 of 3) sorted by relevance
359 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()
2376 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt
1453 static unsigned int tcLSB(const integerPart *, unsigned int);