Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h179 static bool bitXor(const FixedPoint A, const FixedPoint B, unsigned Bits, in bitXor() function
H A DIntegral.h269 static bool bitXor(Integral A, Integral B, unsigned OpBits, Integral *R) {
H A DIntegralAP.h284 static bool bitXor(IntegralAP A, IntegralAP B, unsigned OpBits, in bitXor() function
H A DInterpBuiltin.cpp1676 (void)T::bitXor(Result, Elem, BitWidth, &Result); in interp__builtin_vector_reduce()
H A DInterp.h677 if (!T::bitXor(LHS, RHS, Bits, &Result)) { in BitXor()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp169 static ExprValue bitXor(LinkerScript &s, ExprValue a, ExprValue b) { in bitXor() function
1289 return [=, s = ctx.script] { return bitXor(*s, l(), r()); }; in combine()