Searched refs:bitXor (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Integral.h | 232 static bool bitXor(Integral A, Integral B, unsigned OpBits, Integral *R) {
|
H A D | IntegralAP.h | 237 static bool bitXor(IntegralAP A, IntegralAP B, unsigned OpBits, in bitXor() function
|
H A D | Interp.h | 595 if (!T::bitXor(LHS, RHS, Bits, &Result)) { in BitXor()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 184 static ExprValue bitXor(ExprValue a, ExprValue b) { in bitXor() function 1238 return [=] { return bitXor(l(), r()); }; in combine()
|