Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp332 tcComplement(U.pVal, getNumWords()); in flipAllBitsSlowCase()
2520 tcComplement(dst, parts); in tcNegate()
2778 void APInt::tcComplement(WordType *dst, unsigned parts) { in tcComplement() function in APInt
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1993 static void tcComplement(WordType *, unsigned);