Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h175 static bool bitOr(const FixedPoint A, const FixedPoint B, unsigned Bits, in bitOr() function
H A DIntegral.h264 static bool bitOr(Integral A, Integral B, unsigned OpBits, Integral *R) {
H A DIntegralAP.h278 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr() function
H A DInterpBuiltin.cpp1674 (void)T::bitOr(Result, Elem, BitWidth, &Result); in interp__builtin_vector_reduce()
H A DInterp.h656 if (!T::bitOr(LHS, RHS, Bits, &Result)) { in BitOr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp175 static ExprValue bitOr(LinkerScript &s, ExprValue a, ExprValue b) { in bitOr() function
1291 return [=, s = ctx.script] { return bitOr(*s, l(), r()); }; in combine()