Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPInt.h1577 static void tcClearBit(integerPart *, unsigned int bit);
/freebsd-9-stable/contrib/llvm/lib/Support/
DAPInt.cpp2373 APInt::tcClearBit(integerPart *parts, unsigned int bit) in tcClearBit() function in APInt
DAPFloat.cpp646 APInt::tcClearBit(significand, QNaNBit); in makeNaN()