Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1688 static void tcComplement(integerPart *, unsigned int);
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2548 tcComplement(dst, parts); in tcNegate()
2857 APInt::tcComplement(integerPart *dst, unsigned int parts) in tcComplement() function in APInt