Home
last modified time | relevance | path

Searched refs:tcExtractBit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp629 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation()
976 (APInt::tcExtractBit(significandParts(), in isDenormal()
1555 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero()
2783 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()
2810 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger()
2971 assert(APInt::tcExtractBit in roundSignificandWithExponent()
4332 return !APInt::tcExtractBit(significandParts(), semantics->precision - 2); in isSignaling()
H A DAPInt.cpp2344 int APInt::tcExtractBit(const WordType *parts, unsigned bit) { in tcExtractBit() function in APInt
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1760 static int tcExtractBit(const WordType *, unsigned bit);