Searched refs:bitAnd (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Integral.h | 222 static bool bitAnd(Integral A, Integral B, unsigned OpBits, Integral *R) {
|
H A D | IntegralAP.h | 225 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd() function
|
H A D | Interp.h | 561 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 D | ScriptParser.cpp | 178 static ExprValue bitAnd(ExprValue a, ExprValue b) { in bitAnd() function 1236 return [=] { return bitAnd(l(), r()); }; in combine()
|