Searched refs:tcExtractBit (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 688 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation() 1039 (APInt::tcExtractBit(significandParts(), in isDenormal() 1644 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero() 2916 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger() 2943 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger() 3104 assert(APInt::tcExtractBit in roundSignificandWithExponent() 4621 return !APInt::tcExtractBit(significandParts(), semantics->precision - 2); in isSignaling()
|
| H A D | APInt.cpp | 2363 int APInt::tcExtractBit(const WordType *parts, unsigned bit) { in tcExtractBit() function in APInt
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1825 LLVM_ABI static int tcExtractBit(const WordType *, unsigned bit);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23599 {"_ZN4llvm5APInt12tcExtractBitEPKyj", "llvm::APInt::tcExtractBit(unsigned long long const*, unsigne…
|