Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1839 LLVM_ABI static void tcClearBit(WordType *, unsigned bit);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp990 APInt::tcClearBit(significand, QNaNBit); in makeNaN()
1615 APInt::tcClearBit(significandParts(), 0); in handleOverflow()
H A DAPInt.cpp2373 void APInt::tcClearBit(WordType *parts, unsigned bit) { in tcClearBit() function in APInt
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23601 {"_ZN4llvm5APInt10tcClearBitEPyj", "llvm::APInt::tcClearBit(unsigned long long*, unsigned int)"},