Home
last modified time | relevance | path

Searched refs:LAnd (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h310 LAnd, ///< Logical and. enumerator
375 return create(LAnd, LHS, RHS, Ctx); in createLAnd()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h138 BINOP_FALLBACK(LAnd) BINOP_FALLBACK(LOr) in BINOP_FALLBACK()
H A DOperationKinds.def411 BINARY_OPERATION(LAnd, "&&")
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp155 case MCBinaryExpr::LAnd: OS << "&&"; break; in print()
660 case MCBinaryExpr::LAnd: Result = LHS && RHS; break; in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.cpp397 case MCBinaryExpr::Opcode::LAnd: { in binaryOpKnownBitsMapHelper()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1523 Kind = MCBinaryExpr::LAnd; in getDarwinBinOpPrecedence()
1600 Kind = MCBinaryExpr::LAnd; in getGNUBinOpPrecedence()
H A DMasmParser.cpp1684 Kind = MCBinaryExpr::LAnd; in getGNUBinOpPrecedence()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt4634 (X && Y) LAnd (X, Y)