Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1692 static void tcXor(integerPart *, const integerPart *, unsigned int);
/external/llvm/lib/Support/
DAPInt.cpp2834 APInt::tcXor(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcXor() function in APInt