Home
last modified time | relevance | path

Searched refs:bitXor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h232 static bool bitXor(Integral A, Integral B, unsigned OpBits, Integral *R) {
H A DIntegralAP.h237 static bool bitXor(IntegralAP A, IntegralAP B, unsigned OpBits, in bitXor() function
H A DInterp.h595 if (!T::bitXor(LHS, RHS, Bits, &Result)) { in BitXor()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp184 static ExprValue bitXor(ExprValue a, ExprValue b) { in bitXor() function
1238 return [=] { return bitXor(l(), r()); }; in combine()