Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1487 static void tcNegate(integerPart *, unsigned int);
/external/llvm/lib/Support/
DAPFloat.cpp2073 APInt::tcNegate (parts, dstPartsCount); in convertToSignExtendedInteger()
2214 APInt::tcNegate(copy, srcCount); in convertFromSignExtendedInteger()
DAPInt.cpp2500 APInt::tcNegate(integerPart *dst, unsigned int parts) in tcNegate() function in APInt