Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1847 LLVM_ABI static void tcNegate(WordType *, unsigned);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2809 APInt::tcNegate (parts.data(), dstPartsCount); in convertToSignExtendedInteger()
2923 APInt::tcNegate(copy, srcCount); in convertFromSignExtendedInteger()
H A DAPInt.cpp2516 void APInt::tcNegate(WordType *dst, unsigned parts) { in tcNegate() function in APInt
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23608 {"_ZN4llvm5APInt8tcNegateEPyj", "llvm::APInt::tcNegate(unsigned long long*, unsigned int)"},