Home
last modified time | relevance | path

Searched refs:tcSetBit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp996 APInt::tcSetBit(significand, QNaNBit - 1); in makeNaN()
1002 APInt::tcSetBit(significand, QNaNBit); in makeNaN()
1009 APInt::tcSetBit(significand, QNaNBit + 1); in makeNaN()
1494 APInt::tcSetBit(lhsSignificand, bit - 1); in divideSignificand()
2674 APInt::tcSetBit(significandParts(), semantics->precision - 1); in convert()
4218 APInt::tcSetBit(significandParts(), semantics->precision - 1); in makeSmallestNormalized()
4722 APInt::tcSetBit(Parts, semantics->precision - 1); in next()
4742 APInt::tcSetBit(Parts, semantics->precision - 1); in next()
4805 APInt::tcSetBit(significandParts(), semantics->precision - 2); in makeQuiet()
H A DAPInt.cpp2368 void APInt::tcSetBit(WordType *parts, unsigned bit) { in tcSetBit() function in APInt
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1836 LLVM_ABI static void tcSetBit(WordType *, unsigned bit);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23600 {"_ZN4llvm5APInt8tcSetBitEPyj", "llvm::APInt::tcSetBit(unsigned long long*, unsigned int)"},