Searched refs:tcLSB (Results 1 – 3 of 3) sorted by relevance
1800 static unsigned tcLSB(const WordType *, unsigned n);
652 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()1465 return APInt::tcLSB(significandParts(), partCount()); in significandLSB()2699 APInt::tcLSB(parts.data(), dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
2349 unsigned APInt::tcLSB(const WordType *parts, unsigned n) { in tcLSB() function in APInt