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