Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPInt.h1777 static void tcClearBit(WordType *, unsigned bit);
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPFloat.cpp828 APInt::tcClearBit(significand, QNaNBit); in makeNaN()
1422 APInt::tcClearBit(significandParts(), 0); in handleOverflow()
DAPInt.cpp2336 void APInt::tcClearBit(WordType *parts, unsigned bit) { in tcClearBit() function in APInt