Searched refs:bitOr (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | FixedPoint.h | 175 static bool bitOr(const FixedPoint A, const FixedPoint B, unsigned Bits, in bitOr() function
|
| H A D | Integral.h | 264 static bool bitOr(Integral A, Integral B, unsigned OpBits, Integral *R) {
|
| H A D | IntegralAP.h | 278 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr() function
|
| H A D | InterpBuiltin.cpp | 1674 (void)T::bitOr(Result, Elem, BitWidth, &Result); in interp__builtin_vector_reduce()
|
| H A D | Interp.h | 656 if (!T::bitOr(LHS, RHS, Bits, &Result)) { in BitOr()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 175 static ExprValue bitOr(LinkerScript &s, ExprValue a, ExprValue b) { in bitOr() function 1291 return [=, s = ctx.script] { return bitOr(*s, l(), r()); }; in combine()
|