Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h171 static bool bitAnd(const FixedPoint A, const FixedPoint B, unsigned Bits, in bitAnd() function
H A DIntegral.h259 static bool bitAnd(Integral A, Integral B, unsigned OpBits, Integral *R) {
H A DIntegralAP.h272 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd() function
H A DInterp.h636 if (!T::bitAnd(LHS, RHS, Bits, &Result)) { in BitAnd()
2693 RT::bitAnd(RHS, RT::from(LHS.bitWidth() - 1, RHS.bitWidth()), in DoShift()
H A DInterpBuiltin.cpp1672 (void)T::bitAnd(Result, Elem, BitWidth, &Result); in interp__builtin_vector_reduce()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp163 static ExprValue bitAnd(LinkerScript &s, ExprValue a, ExprValue b) { in bitAnd() function
1287 return [=, s = ctx.script] { return bitAnd(*s, l(), r()); }; in combine()