Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1773 static void tcClearBit(WordType *, unsigned bit);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp927 APInt::tcClearBit(significand, QNaNBit); in makeNaN()
1526 APInt::tcClearBit(significandParts(), 0); in handleOverflow()
H A DAPInt.cpp2354 void APInt::tcClearBit(WordType *parts, unsigned bit) { in tcClearBit() function in APInt