Home
last modified time | relevance | path

Searched refs:tcComplement (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp332 tcComplement(U.pVal, getNumWords()); in flipAllBitsSlowCase()
2524 tcComplement(dst, parts); in tcNegate()
2782 void APInt::tcComplement(WordType *dst, unsigned parts) { in tcComplement() function in APInt
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h2000 static void tcComplement(WordType *, unsigned);