Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h222 static bool bitAnd(Integral A, Integral B, unsigned OpBits, Integral *R) {
H A DIntegralAP.h225 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd() function
H A DInterp.h561 if (!T::bitAnd(LHS, RHS, Bits, &Result)) { in BitAnd()
2272 RT::bitAnd(RHS, RT::from(LHS.bitWidth() - 1, RHS.bitWidth()), in DoShift()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp178 static ExprValue bitAnd(ExprValue a, ExprValue b) { in bitAnd() function
1236 return [=] { return bitAnd(l(), r()); }; in combine()