Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DIntegral.h220 static bool bitAnd(Integral A, Integral B, unsigned OpBits, Integral *R) {
H A DInterp.h213 if (!T::bitAnd(LHS, RHS, Bits, &Result)) { in BitAnd()
/openbsd/gnu/llvm/lld/ELF/
H A DScriptParser.cpp174 static ExprValue bitAnd(ExprValue a, ExprValue b) { in bitAnd() function
1166 return [=] { return bitAnd(l(), r()); }; in combine()