Home
last modified time | relevance | path

Searched refs:LNot (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCExpr.h428 LNot, ///< Logical negation. enumerator
448 return create(LNot, Expr, Ctx, Loc);
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtVisitor.h165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
H A DOperationKinds.def434 UNARY_OPERATION(LNot, "!")
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCExpr.cpp102 case MCUnaryExpr::LNot: OS << '!'; break; in print()
852 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2090 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()