Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp506 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation()
836 (APInt::tcExtractBit(significandParts(), in isDenormal()
1353 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero()
2502 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()
2529 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger()
2690 assert(APInt::tcExtractBit in roundSignificandWithExponent()
4029 return !APInt::tcExtractBit(significandParts(), semantics->precision - 2); in isSignaling()
H A DAPInt.cpp2330 int APInt::tcExtractBit(const WordType *parts, unsigned bit) { in tcExtractBit() function in APInt
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1716 static int tcExtractBit(const WordType *, unsigned bit);