Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1804 static void tcNegate(WordType *, unsigned);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2707 APInt::tcNegate (parts.data(), dstPartsCount); in convertToSignExtendedInteger()
2821 APInt::tcNegate(copy, srcCount); in convertFromSignExtendedInteger()
H A DAPInt.cpp2486 void APInt::tcNegate(WordType *dst, unsigned parts) { in tcNegate() function in APInt