Searched refs:bitAnd (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | FixedPoint.h | 171 static bool bitAnd(const FixedPoint A, const FixedPoint B, unsigned Bits, in bitAnd() function
|
| H A D | Integral.h | 259 static bool bitAnd(Integral A, Integral B, unsigned OpBits, Integral *R) {
|
| H A D | IntegralAP.h | 272 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd() function
|
| H A D | Interp.h | 636 if (!T::bitAnd(LHS, RHS, Bits, &Result)) { in BitAnd() 2693 RT::bitAnd(RHS, RT::from(LHS.bitWidth() - 1, RHS.bitWidth()), in DoShift()
|
| H A D | InterpBuiltin.cpp | 1672 (void)T::bitAnd(Result, Elem, BitWidth, &Result); in interp__builtin_vector_reduce()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 163 static ExprValue bitAnd(LinkerScript &s, ExprValue a, ExprValue b) { in bitAnd() function 1287 return [=, s = ctx.script] { return bitAnd(*s, l(), r()); }; in combine()
|