Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DAPInt.h1649 static void tcXor(integerPart *, const integerPart *, unsigned int);
/freebsd-10-stable/contrib/llvm/lib/Support/
DAPInt.cpp2807 APInt::tcXor(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcXor() function in APInt