Home
last modified time | relevance | path

Searched refs:bitOr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h227 static bool bitOr(Integral A, Integral B, unsigned OpBits, Integral *R) {
H A DIntegralAP.h231 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr() function
H A DInterp.h578 if (!T::bitOr(LHS, RHS, Bits, &Result)) { in BitOr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp190 static ExprValue bitOr(ExprValue a, ExprValue b) { in bitOr() function
1240 return [=] { return bitOr(l(), r()); }; in combine()