Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1729 static void tcClearBit(WordType *, unsigned bit);
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp2340 void APInt::tcClearBit(WordType *parts, unsigned bit) { in tcClearBit() function in APInt
H A DAPFloat.cpp790 APInt::tcClearBit(significand, QNaNBit); in makeNaN()