Searched refs:bitXor (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | FixedPoint.h | 179 static bool bitXor(const FixedPoint A, const FixedPoint B, unsigned Bits, in bitXor() function
|
| H A D | Integral.h | 269 static bool bitXor(Integral A, Integral B, unsigned OpBits, Integral *R) {
|
| H A D | IntegralAP.h | 284 static bool bitXor(IntegralAP A, IntegralAP B, unsigned OpBits, in bitXor() function
|
| H A D | InterpBuiltin.cpp | 1676 (void)T::bitXor(Result, Elem, BitWidth, &Result); in interp__builtin_vector_reduce()
|
| H A D | Interp.h | 677 if (!T::bitXor(LHS, RHS, Bits, &Result)) { in BitXor()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 169 static ExprValue bitXor(LinkerScript &s, ExprValue a, ExprValue b) { in bitXor() function 1289 return [=, s = ctx.script] { return bitXor(*s, l(), r()); }; in combine()
|