Searched refs:bitOr (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Integral.h | 227 static bool bitOr(Integral A, Integral B, unsigned OpBits, Integral *R) {
|
H A D | IntegralAP.h | 231 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr() function
|
H A D | Interp.h | 578 if (!T::bitOr(LHS, RHS, Bits, &Result)) { in BitOr()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 190 static ExprValue bitOr(ExprValue a, ExprValue b) { in bitOr() function 1240 return [=] { return bitOr(l(), r()); }; in combine()
|