Home
last modified time | relevance | path

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

/freebsd-14.2/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.h228 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr() function
H A DInterp.h381 if (!T::bitOr(LHS, RHS, Bits, &Result)) { in BitOr()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp183 static ExprValue bitOr(ExprValue a, ExprValue b) { in bitOr() function
1196 return [=] { return bitOr(l(), r()); }; in combine()