Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1693 static void tcComplement(integerPart *, unsigned int);
/external/llvm/lib/Support/
DAPInt.cpp2535 tcComplement(dst, parts); in tcNegate()
2844 APInt::tcComplement(integerPart *dst, unsigned int parts) in tcComplement() function in APInt