Searched refs:tcExtractBit (Results 1 – 3 of 3) sorted by relevance
367 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation()1163 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero()2161 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()2189 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger()2346 assert(APInt::tcExtractBit in roundSignificandWithExponent()
2352 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit() function in APInt
1434 static int tcExtractBit(const integerPart *, unsigned int bit);