Searched refs:bitAnd (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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 | 222 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd() function
|
| H A D | Interp.h | 364 if (!T::bitAnd(LHS, RHS, Bits, &Result)) { in BitAnd()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 171 static ExprValue bitAnd(ExprValue a, ExprValue b) { in bitAnd() function 1192 return [=] { return bitAnd(l(), r()); }; in combine()
|