Searched refs:tcLSB (Results 1 – 3 of 3) sorted by relevance
341 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()1030 return APInt::tcLSB(significandParts(), partCount()); in significandLSB()2027 if (omsb == width && APInt::tcLSB(parts, dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
2416 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt
1462 static unsigned int tcLSB(const integerPart *, unsigned int);