Home
last modified time | relevance | path

Searched defs:bitAnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h171 static bool bitAnd(const FixedPoint A, const FixedPoint B, unsigned Bits, in bitAnd() function
H A DIntegralAP.h272 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp163 static ExprValue bitAnd(LinkerScript &s, ExprValue a, ExprValue b) { in bitAnd() function