Searched refs:bitAnd (Results 1 – 3 of 3) sorted by relevance
220 static bool bitAnd(Integral A, Integral B, unsigned OpBits, Integral *R) {
213 if (!T::bitAnd(LHS, RHS, Bits, &Result)) { in BitAnd()
174 static ExprValue bitAnd(ExprValue a, ExprValue b) { in bitAnd() function1166 return [=] { return bitAnd(l(), r()); }; in combine()