Home
last modified time | relevance | path

Searched defs:bitOr (Results 1 – 3 of 3) 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 DIntegralAP.h278 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp175 static ExprValue bitOr(LinkerScript &s, ExprValue a, ExprValue b) { in bitOr() function