Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1926 static void tcClearBit(WordType *, unsigned bit);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2380 void APInt::tcClearBit(WordType *parts, unsigned bit) { in tcClearBit() function in APInt
H A DAPFloat.cpp790 APInt::tcClearBit(significand, QNaNBit); in makeNaN()